Class: AlexaRubykit::Request
- Inherits:
-
Object
- Object
- AlexaRubykit::Request
- Defined in:
- lib/alexa_rubykit/request.rb
Overview
-
SessionEndedRequest: Session has ended.
Direct Known Subclasses
Instance Attribute Summary collapse
-
#response ⇒ Object
Returns the value of attribute response.
-
#session ⇒ Object
Returns the value of attribute session.
-
#shouldEndSession ⇒ Object
Returns the value of attribute shouldEndSession.
-
#type ⇒ Object
Returns the value of attribute type.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
Instance Attribute Details
#response ⇒ Object
Returns the value of attribute response.
9 10 11 |
# File 'lib/alexa_rubykit/request.rb', line 9 def response @response end |
#session ⇒ Object
Returns the value of attribute session.
9 10 11 |
# File 'lib/alexa_rubykit/request.rb', line 9 def session @session end |
#shouldEndSession ⇒ Object
Returns the value of attribute shouldEndSession.
9 10 11 |
# File 'lib/alexa_rubykit/request.rb', line 9 def shouldEndSession @shouldEndSession end |
#type ⇒ Object
Returns the value of attribute type.
9 10 11 |
# File 'lib/alexa_rubykit/request.rb', line 9 def type @type end |
#version ⇒ Object
Returns the value of attribute version.
9 10 11 |
# File 'lib/alexa_rubykit/request.rb', line 9 def version @version end |
Instance Method Details
#add_session(session) ⇒ Object
11 12 13 |
# File 'lib/alexa_rubykit/request.rb', line 11 def add_session(session) @session = session end |