Class: RubynCode::Tools::TodoStore::Item

Inherits:
Data
  • Object
show all
Defined in:
lib/rubyn_code/tools/todo_store.rb

Instance Attribute Summary collapse

Instance Attribute Details

#active_formObject (readonly)

Returns the value of attribute active_form

Returns:

  • (Object)

    the current value of active_form



11
12
13
# File 'lib/rubyn_code/tools/todo_store.rb', line 11

def active_form
  @active_form
end

#contentObject (readonly)

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



11
12
13
# File 'lib/rubyn_code/tools/todo_store.rb', line 11

def content
  @content
end

#statusObject (readonly)

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



11
12
13
# File 'lib/rubyn_code/tools/todo_store.rb', line 11

def status
  @status
end