Methods

Class/Module Index [+]

Quicksearch

Fog::Storage::Ninefold::Mock

Public Class Methods

new(options={}) click to toggle source
# 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

Public Instance Methods

request(options) click to toggle source
# 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.