Class: Clubhouse::User::Permission
- Inherits:
-
Struct
- Object
- Struct
- Clubhouse::User::Permission
- Defined in:
- lib/clubhouse/user.rb
Instance Attribute Summary collapse
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#disabled ⇒ Object
Returns the value of attribute disabled.
-
#email_address ⇒ Object
Returns the value of attribute email_address.
-
#gravatar_hash ⇒ Object
Returns the value of attribute gravatar_hash.
-
#id ⇒ Object
Returns the value of attribute id.
-
#initials ⇒ Object
Returns the value of attribute initials.
-
#role ⇒ Object
Returns the value of attribute role.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
Instance Attribute Details
#created_at ⇒ Object
Returns the value of attribute created_at
8 9 10 |
# File 'lib/clubhouse/user.rb', line 8 def created_at @created_at end |
#disabled ⇒ Object
Returns the value of attribute disabled
8 9 10 |
# File 'lib/clubhouse/user.rb', line 8 def disabled @disabled end |
#email_address ⇒ Object
Returns the value of attribute email_address
8 9 10 |
# File 'lib/clubhouse/user.rb', line 8 def email_address @email_address end |
#gravatar_hash ⇒ Object
Returns the value of attribute gravatar_hash
8 9 10 |
# File 'lib/clubhouse/user.rb', line 8 def gravatar_hash @gravatar_hash end |
#id ⇒ Object
Returns the value of attribute id
8 9 10 |
# File 'lib/clubhouse/user.rb', line 8 def id @id end |
#initials ⇒ Object
Returns the value of attribute initials
8 9 10 |
# File 'lib/clubhouse/user.rb', line 8 def initials @initials end |
#role ⇒ Object
Returns the value of attribute role
8 9 10 |
# File 'lib/clubhouse/user.rb', line 8 def role @role end |
#updated_at ⇒ Object
Returns the value of attribute updated_at
8 9 10 |
# File 'lib/clubhouse/user.rb', line 8 def updated_at @updated_at end |