Class: Insika::ContextRequest
- Inherits:
-
Data
- Object
- Data
- Insika::ContextRequest
- Defined in:
- lib/insika/context/provider.rb
Overview
Input for the provider contract. session: SessionStore::Session | nil checkpoint: Checkpoint | nil (present on ResumeTask — history comes from it)
Instance Attribute Summary collapse
-
#checkpoint ⇒ Object
readonly
Returns the value of attribute checkpoint.
-
#message ⇒ Object
readonly
Returns the value of attribute message.
-
#profile ⇒ Object
readonly
Returns the value of attribute profile.
-
#session ⇒ Object
readonly
Returns the value of attribute session.
-
#tenant ⇒ Object
readonly
Returns the value of attribute tenant.
-
#vars ⇒ Object
readonly
Returns the value of attribute vars.
Instance Attribute Details
#checkpoint ⇒ Object (readonly)
Returns the value of attribute checkpoint
17 18 19 |
# File 'lib/insika/context/provider.rb', line 17 def checkpoint @checkpoint end |
#message ⇒ Object (readonly)
Returns the value of attribute message
17 18 19 |
# File 'lib/insika/context/provider.rb', line 17 def @message end |
#profile ⇒ Object (readonly)
Returns the value of attribute profile
17 18 19 |
# File 'lib/insika/context/provider.rb', line 17 def profile @profile end |
#session ⇒ Object (readonly)
Returns the value of attribute session
17 18 19 |
# File 'lib/insika/context/provider.rb', line 17 def session @session end |
#tenant ⇒ Object (readonly)
Returns the value of attribute tenant
17 18 19 |
# File 'lib/insika/context/provider.rb', line 17 def tenant @tenant end |
#vars ⇒ Object (readonly)
Returns the value of attribute vars
17 18 19 |
# File 'lib/insika/context/provider.rb', line 17 def vars @vars end |