Class: Charyf::Engine::Context
Instance Attribute Summary collapse
-
#alternative_intents ⇒ Object
Returns the value of attribute alternative_intents.
-
#intent ⇒ Object
Returns the value of attribute intent.
-
#request ⇒ Object
Returns the value of attribute request.
-
#routing ⇒ Object
Returns the value of attribute routing.
-
#session ⇒ Object
Returns the value of attribute session.
Instance Attribute Details
#alternative_intents ⇒ Object
Returns the value of attribute alternative_intents.
5 6 7 |
# File 'lib/charyf/engine/context.rb', line 5 def alternative_intents @alternative_intents end |
#intent ⇒ Object
Returns the value of attribute intent.
5 6 7 |
# File 'lib/charyf/engine/context.rb', line 5 def intent @intent end |
#request ⇒ Object
Returns the value of attribute request.
5 6 7 |
# File 'lib/charyf/engine/context.rb', line 5 def request @request end |
#routing ⇒ Object
Returns the value of attribute routing.
5 6 7 |
# File 'lib/charyf/engine/context.rb', line 5 def routing @routing end |
#session ⇒ Object
Returns the value of attribute session.
5 6 7 |
# File 'lib/charyf/engine/context.rb', line 5 def session @session end |