Class: Trellodon::List
- Inherits:
-
Struct
- Object
- Struct
- Trellodon::List
- Defined in:
- lib/trellodon/entities/list.rb
Instance Attribute Summary collapse
-
#board_id ⇒ Object
Returns the value of attribute board_id.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#board_id ⇒ Object
Returns the value of attribute board_id
4 5 6 |
# File 'lib/trellodon/entities/list.rb', line 4 def board_id @board_id end |
#id ⇒ Object
Returns the value of attribute id
4 5 6 |
# File 'lib/trellodon/entities/list.rb', line 4 def id @id end |
#name ⇒ Object
Returns the value of attribute name
4 5 6 |
# File 'lib/trellodon/entities/list.rb', line 4 def name @name end |