Class: Fog::OpenStack::Identity::Mock

Inherits:
Object
  • Object
show all
Defined in:
lib/fog/openstack/identity.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(options = {}) ⇒ Mock

Returns a new instance of Mock.



18
19
20
21
# File 'lib/fog/openstack/identity.rb', line 18

def initialize(options = {})
  @openstack_auth_uri = URI.parse(options[:openstack_auth_url])
  @config = options
end

Instance Attribute Details

#configObject (readonly)

Returns the value of attribute config.



16
17
18
# File 'lib/fog/openstack/identity.rb', line 16

def config
  @config
end