Class: Insika::PendingActionStore::PendingAction
- Inherits:
-
Data
- Object
- Data
- Insika::PendingActionStore::PendingAction
- Defined in:
- lib/insika/pending_action_store.rb
Instance Attribute Summary collapse
-
#args ⇒ Object
readonly
Returns the value of attribute args.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#requested_at ⇒ Object
readonly
Returns the value of attribute requested_at.
-
#resolved_at ⇒ Object
readonly
Returns the value of attribute resolved_at.
-
#resolved_by ⇒ Object
readonly
Returns the value of attribute resolved_by.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
-
#task_id ⇒ Object
readonly
Returns the value of attribute task_id.
-
#tool ⇒ Object
readonly
Returns the value of attribute tool.
-
#turn ⇒ Object
readonly
Returns the value of attribute turn.
Instance Attribute Details
#args ⇒ Object (readonly)
Returns the value of attribute args
23 24 25 |
# File 'lib/insika/pending_action_store.rb', line 23 def args @args end |
#id ⇒ Object (readonly)
Returns the value of attribute id
23 24 25 |
# File 'lib/insika/pending_action_store.rb', line 23 def id @id end |
#requested_at ⇒ Object (readonly)
Returns the value of attribute requested_at
23 24 25 |
# File 'lib/insika/pending_action_store.rb', line 23 def requested_at @requested_at end |
#resolved_at ⇒ Object (readonly)
Returns the value of attribute resolved_at
23 24 25 |
# File 'lib/insika/pending_action_store.rb', line 23 def resolved_at @resolved_at end |
#resolved_by ⇒ Object (readonly)
Returns the value of attribute resolved_by
23 24 25 |
# File 'lib/insika/pending_action_store.rb', line 23 def resolved_by @resolved_by end |
#status ⇒ Object (readonly)
Returns the value of attribute status
23 24 25 |
# File 'lib/insika/pending_action_store.rb', line 23 def status @status end |
#task_id ⇒ Object (readonly)
Returns the value of attribute task_id
23 24 25 |
# File 'lib/insika/pending_action_store.rb', line 23 def task_id @task_id end |
#tool ⇒ Object (readonly)
Returns the value of attribute tool
23 24 25 |
# File 'lib/insika/pending_action_store.rb', line 23 def tool @tool end |
#turn ⇒ Object (readonly)
Returns the value of attribute turn
23 24 25 |
# File 'lib/insika/pending_action_store.rb', line 23 def turn @turn end |