Class: Insika::OutcomeStore::Record

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

Instance Attribute Summary collapse

Instance Attribute Details

#agentObject (readonly)

Returns the value of attribute agent

Returns:

  • (Object)

    the current value of agent



21
22
23
# File 'lib/insika/outcome_store.rb', line 21

def agent
  @agent
end

#atObject (readonly)

Returns the value of attribute at

Returns:

  • (Object)

    the current value of at



21
22
23
# File 'lib/insika/outcome_store.rb', line 21

def at
  @at
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



21
22
23
# File 'lib/insika/outcome_store.rb', line 21

def id
  @id
end

#outcomeObject (readonly)

Returns the value of attribute outcome

Returns:

  • (Object)

    the current value of outcome



21
22
23
# File 'lib/insika/outcome_store.rb', line 21

def outcome
  @outcome
end

#session_idObject (readonly)

Returns the value of attribute session_id

Returns:

  • (Object)

    the current value of session_id



21
22
23
# File 'lib/insika/outcome_store.rb', line 21

def session_id
  @session_id
end

#tenantObject (readonly)

Returns the value of attribute tenant

Returns:

  • (Object)

    the current value of tenant



21
22
23
# File 'lib/insika/outcome_store.rb', line 21

def tenant
  @tenant
end

#valueObject (readonly)

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



21
22
23
# File 'lib/insika/outcome_store.rb', line 21

def value
  @value
end