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.



99
100
101
102
# File 'lib/fog/brightbox/compute.rb', line 99

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



104
105
106
# File 'lib/fog/brightbox/compute.rb', line 104

def request(options)
  raise "Not implemented"
end