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