Class: Fog::Identity::OpenStack::Mock
- Inherits:
-
Object
- Object
- Fog::Identity::OpenStack::Mock
- Defined in:
- lib/fog/identity/openstack.rb
Instance Attribute Summary collapse
-
#config ⇒ Object
readonly
Returns the value of attribute config.
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Mock
constructor
A new instance of Mock.
Constructor Details
#initialize(options = {}) ⇒ Mock
Returns a new instance of Mock.
37 38 39 40 |
# File 'lib/fog/identity/openstack.rb', line 37 def initialize( = {}) @openstack_auth_uri = URI.parse([:openstack_auth_url]) @config = end |
Instance Attribute Details
#config ⇒ Object (readonly)
Returns the value of attribute config.
35 36 37 |
# File 'lib/fog/identity/openstack.rb', line 35 def config @config end |