Class: Pikuri::Tasks::Item

Inherits:
Data
  • Object
show all
Defined in:
lib/pikuri/tasks/list.rb

Overview

One row in a List. content is the LLM-visible string that also acts as identifier across the four task tools; status is one of STATUSES.

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject (readonly)

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



29
30
31
# File 'lib/pikuri/tasks/list.rb', line 29

def content
  @content
end

#statusObject (readonly)

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



29
30
31
# File 'lib/pikuri/tasks/list.rb', line 29

def status
  @status
end