Class: Fog::Compute::Brightbox::Mock
- Inherits:
-
Object
- Object
- Fog::Compute::Brightbox::Mock
- Includes:
- Shared
- Defined in:
- lib/fog/brightbox/compute.rb
Overview
TODO:
Implement
The Mock Service allows you to run a fake instance of the Service which makes no real connections.
Instance Method Summary collapse
- #request(method, path, expected_responses, parameters = {}) ⇒ Object
- #request_access_token(connection, credentials) ⇒ Object
Methods included from Shared
#access_token, #access_token_available?, #account, #authenticating_as_user?, #default_image, #get_access_token, #get_access_token!, #initialize, #refresh_token, #scoped_account, #scoped_account=, #scoped_account_reset
Instance Method Details
#request(method, path, expected_responses, parameters = {}) ⇒ Object
343 344 345 |
# File 'lib/fog/brightbox/compute.rb', line 343 def request(method, path, expected_responses, parameters = {}) _request end |
#request_access_token(connection, credentials) ⇒ Object
347 348 349 |
# File 'lib/fog/brightbox/compute.rb', line 347 def request_access_token(connection, credentials) _request end |