Class: Insika::OutcomeStore::Record
- Inherits:
-
Data
- Object
- Data
- Insika::OutcomeStore::Record
- Defined in:
- lib/insika/outcome_store.rb
Instance Attribute Summary collapse
-
#agent ⇒ Object
readonly
Returns the value of attribute agent.
-
#at ⇒ Object
readonly
Returns the value of attribute at.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#outcome ⇒ Object
readonly
Returns the value of attribute outcome.
-
#session_id ⇒ Object
readonly
Returns the value of attribute session_id.
-
#tenant ⇒ Object
readonly
Returns the value of attribute tenant.
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Attribute Details
#agent ⇒ Object (readonly)
Returns the value of attribute agent
21 22 23 |
# File 'lib/insika/outcome_store.rb', line 21 def agent @agent end |
#at ⇒ Object (readonly)
Returns the value of attribute at
21 22 23 |
# File 'lib/insika/outcome_store.rb', line 21 def at @at end |
#id ⇒ Object (readonly)
Returns the value of attribute id
21 22 23 |
# File 'lib/insika/outcome_store.rb', line 21 def id @id end |
#outcome ⇒ Object (readonly)
Returns the value of attribute outcome
21 22 23 |
# File 'lib/insika/outcome_store.rb', line 21 def outcome @outcome end |
#session_id ⇒ Object (readonly)
Returns the value of attribute session_id
21 22 23 |
# File 'lib/insika/outcome_store.rb', line 21 def session_id @session_id end |
#tenant ⇒ Object (readonly)
Returns the value of attribute tenant
21 22 23 |
# File 'lib/insika/outcome_store.rb', line 21 def tenant @tenant end |
#value ⇒ Object (readonly)
Returns the value of attribute value
21 22 23 |
# File 'lib/insika/outcome_store.rb', line 21 def value @value end |