Class: Fog::OpenStack::Auth::ProjectScope

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

Instance Attribute Summary

Attributes included from Domain

#domain

Attributes inherited from Name

#id, #name

Instance Method Summary collapse

Methods inherited from Name

#to_h

Instance Method Details

#identityObject



46
47
48
# File 'lib/fog/openstack/auth/name.rb', line 46

def identity
  {:project => super}
end