Class: Fog::Compute::Brightbox::Mock

Inherits:
Object
  • Object
show all
Defined in:
lib/fog/brightbox/compute.rb

Instance Method Summary collapse

Constructor Details

#initialize(options) ⇒ Mock

Returns a new instance of Mock.



107
108
109
110
# File 'lib/fog/brightbox/compute.rb', line 107

def initialize(options)
  @brightbox_client_id = options[:brightbox_client_id] || Fog.credentials[:brightbox_client_id]
  @brightbox_secret = options[:brightbox_secret] || Fog.credentials[:brightbox_secret]
end

Instance Method Details

#request(options) ⇒ Object



112
113
114
# File 'lib/fog/brightbox/compute.rb', line 112

def request(options)
  raise "Not implemented"
end