Class: Tr3llo::Entities::User
- Inherits:
-
Struct
- Object
- Struct
- Tr3llo::Entities::User
- Defined in:
- lib/3llo/entities.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#shortcut ⇒ Object
Returns the value of attribute shortcut.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
10 11 12 |
# File 'lib/3llo/entities.rb', line 10 def id @id end |
#shortcut ⇒ Object
Returns the value of attribute shortcut
10 11 12 |
# File 'lib/3llo/entities.rb', line 10 def shortcut @shortcut end |
#username ⇒ Object
Returns the value of attribute username
10 11 12 |
# File 'lib/3llo/entities.rb', line 10 def username @username end |