Class: Insika::TaskStore::Task
- Inherits:
-
Data
- Object
- Data
- Insika::TaskStore::Task
- Defined in:
- lib/insika/task_store.rb
Instance Attribute Summary collapse
-
#command ⇒ Object
readonly
Returns the value of attribute command.
-
#created_at ⇒ Object
readonly
Returns the value of attribute created_at.
-
#executions ⇒ Object
readonly
Returns the value of attribute executions.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#mailbox_state ⇒ Object
readonly
Returns the value of attribute mailbox_state.
-
#session_id ⇒ Object
readonly
Returns the value of attribute session_id.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
-
#updated_at ⇒ Object
readonly
Returns the value of attribute updated_at.
Instance Attribute Details
#command ⇒ Object (readonly)
Returns the value of attribute command
35 36 37 |
# File 'lib/insika/task_store.rb', line 35 def command @command end |
#created_at ⇒ Object (readonly)
Returns the value of attribute created_at
35 36 37 |
# File 'lib/insika/task_store.rb', line 35 def created_at @created_at end |
#executions ⇒ Object (readonly)
Returns the value of attribute executions
35 36 37 |
# File 'lib/insika/task_store.rb', line 35 def executions @executions end |
#id ⇒ Object (readonly)
Returns the value of attribute id
35 36 37 |
# File 'lib/insika/task_store.rb', line 35 def id @id end |
#mailbox_state ⇒ Object (readonly)
Returns the value of attribute mailbox_state
35 36 37 |
# File 'lib/insika/task_store.rb', line 35 def mailbox_state @mailbox_state end |
#session_id ⇒ Object (readonly)
Returns the value of attribute session_id
35 36 37 |
# File 'lib/insika/task_store.rb', line 35 def session_id @session_id end |
#status ⇒ Object (readonly)
Returns the value of attribute status
35 36 37 |
# File 'lib/insika/task_store.rb', line 35 def status @status end |
#updated_at ⇒ Object (readonly)
Returns the value of attribute updated_at
35 36 37 |
# File 'lib/insika/task_store.rb', line 35 def updated_at @updated_at end |