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