Class: Charyf::Engine::Context

Inherits:
Object
  • Object
show all
Defined in:
lib/charyf/engine/context.rb

Instance Attribute Summary collapse

Instance Attribute Details

#alternative_intentsObject

Returns the value of attribute alternative_intents.



5
6
7
# File 'lib/charyf/engine/context.rb', line 5

def alternative_intents
  @alternative_intents
end

#intentObject

Returns the value of attribute intent.



5
6
7
# File 'lib/charyf/engine/context.rb', line 5

def intent
  @intent
end

#requestObject

Returns the value of attribute request.



5
6
7
# File 'lib/charyf/engine/context.rb', line 5

def request
  @request
end

#routingObject

Returns the value of attribute routing.



5
6
7
# File 'lib/charyf/engine/context.rb', line 5

def routing
  @routing
end

#sessionObject

Returns the value of attribute session.



5
6
7
# File 'lib/charyf/engine/context.rb', line 5

def session
  @session
end