Class: Insika::DelegationStore::Delegation

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

Instance Attribute Summary collapse

Instance Attribute Details

#child_agentObject (readonly)

Returns the value of attribute child_agent

Returns:

  • (Object)

    the current value of child_agent



31
32
33
# File 'lib/insika/delegation_store.rb', line 31

def child_agent
  @child_agent
end

#child_session_idObject (readonly)

Returns the value of attribute child_session_id

Returns:

  • (Object)

    the current value of child_session_id



31
32
33
# File 'lib/insika/delegation_store.rb', line 31

def child_session_id
  @child_session_id
end

#child_task_idObject (readonly)

Returns the value of attribute child_task_id

Returns:

  • (Object)

    the current value of child_task_id



31
32
33
# File 'lib/insika/delegation_store.rb', line 31

def child_task_id
  @child_task_id
end

#created_atObject (readonly)

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



31
32
33
# File 'lib/insika/delegation_store.rb', line 31

def created_at
  @created_at
end

#depthObject (readonly)

Returns the value of attribute depth

Returns:

  • (Object)

    the current value of depth



31
32
33
# File 'lib/insika/delegation_store.rb', line 31

def depth
  @depth
end

#errorObject (readonly)

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



31
32
33
# File 'lib/insika/delegation_store.rb', line 31

def error
  @error
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



31
32
33
# File 'lib/insika/delegation_store.rb', line 31

def id
  @id
end

#parent_agentObject (readonly)

Returns the value of attribute parent_agent

Returns:

  • (Object)

    the current value of parent_agent



31
32
33
# File 'lib/insika/delegation_store.rb', line 31

def parent_agent
  @parent_agent
end

#parent_session_idObject (readonly)

Returns the value of attribute parent_session_id

Returns:

  • (Object)

    the current value of parent_session_id



31
32
33
# File 'lib/insika/delegation_store.rb', line 31

def parent_session_id
  @parent_session_id
end

#parent_task_idObject (readonly)

Returns the value of attribute parent_task_id

Returns:

  • (Object)

    the current value of parent_task_id



31
32
33
# File 'lib/insika/delegation_store.rb', line 31

def parent_task_id
  @parent_task_id
end

#resultObject (readonly)

Returns the value of attribute result

Returns:

  • (Object)

    the current value of result



31
32
33
# File 'lib/insika/delegation_store.rb', line 31

def result
  @result
end

#statusObject (readonly)

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



31
32
33
# File 'lib/insika/delegation_store.rb', line 31

def status
  @status
end

#updated_atObject (readonly)

Returns the value of attribute updated_at

Returns:

  • (Object)

    the current value of updated_at



31
32
33
# File 'lib/insika/delegation_store.rb', line 31

def updated_at
  @updated_at
end