class Fog::OpenStack::Identity::Real
Public Class Methods
Source
# File lib/fog/openstack/identity.rb, line 27 def self.not_found_class Fog::OpenStack::Identity::NotFound end
Public Instance Methods
Source
# File lib/fog/openstack/identity.rb, line 31 def config_service? true end
Source
# File lib/fog/openstack/identity.rb, line 39 def default_endpoint_type 'admin' end
Private Instance Methods
Source
# File lib/fog/openstack/identity.rb, line 45 def configure(source) source.instance_variables.each do |v| instance_variable_set(v, source.instance_variable_get(v)) end end