Class: AlexaSkillsRuby::JsonObjects::SkillsResponse

Inherits:
AlexaSkillsRuby::JsonObject show all
Defined in:
lib/alexa_skills_ruby/json_objects/skills_response.rb

Instance Method Summary collapse

Methods inherited from AlexaSkillsRuby::JsonObject

#as_json, attribute, inherited, json_object_attribute, #populate_from_json, #serialize_attributes, #to_json

Constructor Details

#initializeSkillsResponse

Returns a new instance of SkillsResponse.



7
8
9
10
11
# File 'lib/alexa_skills_ruby/json_objects/skills_response.rb', line 7

def initialize
  self.version = '1.0'
  self.session_attributes = {}
  self.response = JsonObjects::Response.new
end