Class: InfraForge::User
- Inherits:
-
Struct
- Object
- Struct
- InfraForge::User
- Defined in:
- lib/infraforge.rb
Instance Attribute Summary collapse
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#email ⇒ Object
Returns the value of attribute email.
-
#id ⇒ Object
Returns the value of attribute id.
-
#metadata ⇒ Object
Returns the value of attribute metadata.
-
#role ⇒ Object
Returns the value of attribute role.
Instance Attribute Details
#created_at ⇒ Object
Returns the value of attribute created_at
19 20 21 |
# File 'lib/infraforge.rb', line 19 def created_at @created_at end |
#email ⇒ Object
Returns the value of attribute email
19 20 21 |
# File 'lib/infraforge.rb', line 19 def email @email end |
#id ⇒ Object
Returns the value of attribute id
19 20 21 |
# File 'lib/infraforge.rb', line 19 def id @id end |
#metadata ⇒ Object
Returns the value of attribute metadata
19 20 21 |
# File 'lib/infraforge.rb', line 19 def @metadata end |
#role ⇒ Object
Returns the value of attribute role
19 20 21 |
# File 'lib/infraforge.rb', line 19 def role @role end |