Class: Insika::DelegationStore::Delegation
- Inherits:
-
Data
- Object
- Data
- Insika::DelegationStore::Delegation
- Defined in:
- lib/insika/delegation_store.rb
Instance Attribute Summary collapse
-
#child_agent ⇒ Object
readonly
Returns the value of attribute child_agent.
-
#child_session_id ⇒ Object
readonly
Returns the value of attribute child_session_id.
-
#child_task_id ⇒ Object
readonly
Returns the value of attribute child_task_id.
-
#created_at ⇒ Object
readonly
Returns the value of attribute created_at.
-
#depth ⇒ Object
readonly
Returns the value of attribute depth.
-
#error ⇒ Object
readonly
Returns the value of attribute error.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#parent_agent ⇒ Object
readonly
Returns the value of attribute parent_agent.
-
#parent_session_id ⇒ Object
readonly
Returns the value of attribute parent_session_id.
-
#parent_task_id ⇒ Object
readonly
Returns the value of attribute parent_task_id.
-
#result ⇒ Object
readonly
Returns the value of attribute result.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
-
#updated_at ⇒ Object
readonly
Returns the value of attribute updated_at.
Instance Attribute Details
#child_agent ⇒ Object (readonly)
Returns the value of attribute child_agent
31 32 33 |
# File 'lib/insika/delegation_store.rb', line 31 def child_agent @child_agent end |
#child_session_id ⇒ Object (readonly)
Returns the value of attribute child_session_id
31 32 33 |
# File 'lib/insika/delegation_store.rb', line 31 def child_session_id @child_session_id end |
#child_task_id ⇒ Object (readonly)
Returns the value of attribute child_task_id
31 32 33 |
# File 'lib/insika/delegation_store.rb', line 31 def child_task_id @child_task_id end |
#created_at ⇒ Object (readonly)
Returns the value of attribute created_at
31 32 33 |
# File 'lib/insika/delegation_store.rb', line 31 def created_at @created_at end |
#depth ⇒ Object (readonly)
Returns the value of attribute depth
31 32 33 |
# File 'lib/insika/delegation_store.rb', line 31 def depth @depth end |
#error ⇒ Object (readonly)
Returns the value of attribute error
31 32 33 |
# File 'lib/insika/delegation_store.rb', line 31 def error @error end |
#id ⇒ Object (readonly)
Returns the value of attribute id
31 32 33 |
# File 'lib/insika/delegation_store.rb', line 31 def id @id end |
#parent_agent ⇒ Object (readonly)
Returns the value of attribute parent_agent
31 32 33 |
# File 'lib/insika/delegation_store.rb', line 31 def parent_agent @parent_agent end |
#parent_session_id ⇒ Object (readonly)
Returns the value of attribute parent_session_id
31 32 33 |
# File 'lib/insika/delegation_store.rb', line 31 def parent_session_id @parent_session_id end |
#parent_task_id ⇒ Object (readonly)
Returns the value of attribute parent_task_id
31 32 33 |
# File 'lib/insika/delegation_store.rb', line 31 def parent_task_id @parent_task_id end |
#result ⇒ Object (readonly)
Returns the value of attribute result
31 32 33 |
# File 'lib/insika/delegation_store.rb', line 31 def result @result end |
#status ⇒ Object (readonly)
Returns the value of attribute status
31 32 33 |
# File 'lib/insika/delegation_store.rb', line 31 def status @status end |
#updated_at ⇒ Object (readonly)
Returns the value of attribute updated_at
31 32 33 |
# File 'lib/insika/delegation_store.rb', line 31 def updated_at @updated_at end |