Class: Fog::Compute::Tenderloin::Mock

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

Instance Method Summary collapse

Constructor Details

#initialize(options) ⇒ Mock

Returns a new instance of Mock.



25
26
# File 'lib/fog/tenderloin/compute.rb', line 25

def initialize(options)
end

Instance Method Details

#request(options) ⇒ Object



28
29
30
# File 'lib/fog/tenderloin/compute.rb', line 28

def request(options)
  raise "Not implemented"
end