Class: Pikuri::Tasks::Item
- Inherits:
-
Data
- Object
- Data
- Pikuri::Tasks::Item
- Defined in:
- lib/pikuri/tasks/list.rb
Overview
Instance Attribute Summary collapse
-
#content ⇒ Object
readonly
Returns the value of attribute content.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
Instance Attribute Details
#content ⇒ Object (readonly)
Returns the value of attribute content
29 30 31 |
# File 'lib/pikuri/tasks/list.rb', line 29 def content @content end |
#status ⇒ Object (readonly)
Returns the value of attribute status
29 30 31 |
# File 'lib/pikuri/tasks/list.rb', line 29 def status @status end |