Class: Icalia::CloudIdentity
- Defined in:
- lib/icalia/models/cloud_identity.rb
Instance Attribute Summary collapse
-
#created_at ⇒ Object
readonly
Returns the value of attribute created_at.
-
#id_at_provider ⇒ Object
readonly
Returns the value of attribute id_at_provider.
-
#identity_type ⇒ Object
readonly
Returns the value of attribute identity_type.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#provider ⇒ Object
readonly
Returns the value of attribute provider.
-
#updated_at ⇒ Object
readonly
Returns the value of attribute updated_at.
Attributes inherited from ModelBase
Method Summary
Methods inherited from ModelBase
has_many, has_one, #initialize
Methods included from ResourceIdentity
Constructor Details
This class inherits a constructor from Icalia::ModelBase
Instance Attribute Details
#created_at ⇒ Object (readonly)
Returns the value of attribute created_at.
5 6 7 |
# File 'lib/icalia/models/cloud_identity.rb', line 5 def created_at @created_at end |
#id_at_provider ⇒ Object (readonly)
Returns the value of attribute id_at_provider.
5 6 7 |
# File 'lib/icalia/models/cloud_identity.rb', line 5 def id_at_provider @id_at_provider end |
#identity_type ⇒ Object (readonly)
Returns the value of attribute identity_type.
5 6 7 |
# File 'lib/icalia/models/cloud_identity.rb', line 5 def identity_type @identity_type end |
#name ⇒ Object (readonly)
Returns the value of attribute name.
5 6 7 |
# File 'lib/icalia/models/cloud_identity.rb', line 5 def name @name end |
#provider ⇒ Object (readonly)
Returns the value of attribute provider.
5 6 7 |
# File 'lib/icalia/models/cloud_identity.rb', line 5 def provider @provider end |
#updated_at ⇒ Object (readonly)
Returns the value of attribute updated_at.
5 6 7 |
# File 'lib/icalia/models/cloud_identity.rb', line 5 def updated_at @updated_at end |