Class: Tr3llo::Entities::Checklist
- Inherits:
-
Struct
- Object
- Struct
- Tr3llo::Entities::Checklist
- Defined in:
- lib/3llo/entities.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.
-
#shortcut ⇒ Object
Returns the value of attribute shortcut.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
16 17 18 |
# File 'lib/3llo/entities.rb', line 16 def id @id end |
#items ⇒ Object
Returns the value of attribute items
16 17 18 |
# File 'lib/3llo/entities.rb', line 16 def items @items end |
#name ⇒ Object
Returns the value of attribute name
16 17 18 |
# File 'lib/3llo/entities.rb', line 16 def name @name end |
#shortcut ⇒ Object
Returns the value of attribute shortcut
16 17 18 |
# File 'lib/3llo/entities.rb', line 16 def shortcut @shortcut end |