Class: Fog::Brightbox::Compute::Mock
- Inherits:
-
Object
- Object
- Fog::Brightbox::Compute::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.
Constant Summary
Constants included from Shared
Constants included from OAuth2
Instance Attribute Summary
Attributes included from Shared
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?, #credentials, #default_image, #expires_in, #get_access_token, #get_access_token!, #initialize, #refresh_token, #scoped_account_reset, #two_factor?
Instance Method Details
#request(_method, _path, _expected_responses, _parameters = {}) ⇒ Object
211 212 213 |
# File 'lib/fog/brightbox/compute.rb', line 211 def request(_method, _path, _expected_responses, _parameters = {}) _request end |
#request_access_token(_connection, _credentials) ⇒ Object
215 216 217 |
# File 'lib/fog/brightbox/compute.rb', line 215 def request_access_token(_connection, _credentials) _request end |