Class: Fog::Compute::Ninefold::Mock
- Inherits:
-
Object
- Object
- Fog::Compute::Ninefold::Mock
- Defined in:
- lib/fog/ninefold/compute.rb
Instance Method Summary collapse
-
#initialize(options) ⇒ Mock
constructor
A new instance of Mock.
- #request(options) ⇒ Object
Constructor Details
#initialize(options) ⇒ Mock
Returns a new instance of Mock.
74 75 76 77 78 |
# File 'lib/fog/ninefold/compute.rb', line 74 def initialize() @api_url = [:ninefold_api_url] || Fog.credentials[:ninefold_api_url] || API_URL @ninefold_compute_key = [:ninefold_compute_key] || Fog.credentials[:ninefold_compute_key] @ninefold_compute_secret = [:ninefold_compute_secret] || Fog.credentials[:ninefold_compute_secret] end |
Instance Method Details
#request(options) ⇒ Object
80 81 82 |
# File 'lib/fog/ninefold/compute.rb', line 80 def request() raise "Not implemented" end |