Class: Fog::OpenStack::Auth::DomainScope

Inherits:
Name
  • Object
show all
Defined in:
lib/fog/openstack/auth/name.rb

Instance Attribute Summary

Attributes inherited from Name

#id, #name

Instance Method Summary collapse

Methods inherited from Name

#to_h

Instance Method Details

#identityObject



38
39
40
# File 'lib/fog/openstack/auth/name.rb', line 38

def identity
  {:domain => super}
end