Class: Tr3llo::Entities::Board
- Inherits:
-
Struct
- Object
- Struct
- Tr3llo::Entities::Board
- 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
11 12 13 |
# File 'lib/3llo/entities.rb', line 11 def id @id end |
#name ⇒ Object
Returns the value of attribute name
11 12 13 |
# File 'lib/3llo/entities.rb', line 11 def name @name end |
#shortcut ⇒ Object
Returns the value of attribute shortcut
11 12 13 |
# File 'lib/3llo/entities.rb', line 11 def shortcut @shortcut end |