Class: RubynCode::Tools::TodoStore::Item
- Inherits:
-
Data
- Object
- Data
- RubynCode::Tools::TodoStore::Item
- Defined in:
- lib/rubyn_code/tools/todo_store.rb
Instance Attribute Summary collapse
-
#active_form ⇒ Object
readonly
Returns the value of attribute active_form.
-
#content ⇒ Object
readonly
Returns the value of attribute content.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
Instance Attribute Details
#active_form ⇒ Object (readonly)
Returns the value of attribute active_form
11 12 13 |
# File 'lib/rubyn_code/tools/todo_store.rb', line 11 def active_form @active_form end |
#content ⇒ Object (readonly)
Returns the value of attribute content
11 12 13 |
# File 'lib/rubyn_code/tools/todo_store.rb', line 11 def content @content end |
#status ⇒ Object (readonly)
Returns the value of attribute status
11 12 13 |
# File 'lib/rubyn_code/tools/todo_store.rb', line 11 def status @status end |