Fog::Storage::Atmos::Mock
# File lib/fog/ninefold/storage.rb, line 28 def initialize(options={}) require 'mime/types' @ninefold_storage_token = options[:ninefold_storage_token] @ninefold_storage_secret = options[:ninefold_storage_secret] end
# File lib/fog/ninefold/storage.rb, line 34 def request(options) raise "Ninefold Storage mocks not implemented" end
[Validate]
Generated with the Darkfish Rdoc Generator 2.