Class: Insika::TaskStore::Task

Inherits:
Data
  • Object
show all
Defined in:
lib/insika/task_store.rb

Instance Attribute Summary collapse

Instance Attribute Details

#commandObject (readonly)

Returns the value of attribute command

Returns:

  • (Object)

    the current value of command



35
36
37
# File 'lib/insika/task_store.rb', line 35

def command
  @command
end

#created_atObject (readonly)

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



35
36
37
# File 'lib/insika/task_store.rb', line 35

def created_at
  @created_at
end

#executionsObject (readonly)

Returns the value of attribute executions

Returns:

  • (Object)

    the current value of executions



35
36
37
# File 'lib/insika/task_store.rb', line 35

def executions
  @executions
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



35
36
37
# File 'lib/insika/task_store.rb', line 35

def id
  @id
end

#mailbox_stateObject (readonly)

Returns the value of attribute mailbox_state

Returns:

  • (Object)

    the current value of mailbox_state



35
36
37
# File 'lib/insika/task_store.rb', line 35

def mailbox_state
  @mailbox_state
end

#session_idObject (readonly)

Returns the value of attribute session_id

Returns:

  • (Object)

    the current value of session_id



35
36
37
# File 'lib/insika/task_store.rb', line 35

def session_id
  @session_id
end

#statusObject (readonly)

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



35
36
37
# File 'lib/insika/task_store.rb', line 35

def status
  @status
end

#updated_atObject (readonly)

Returns the value of attribute updated_at

Returns:

  • (Object)

    the current value of updated_at



35
36
37
# File 'lib/insika/task_store.rb', line 35

def updated_at
  @updated_at
end