Sha256: dba2dc031e8ac9f5f001ee1a67fa89cd9c62653bb10c9d786ca452508d1952a5
Contents?: true
Size: 234 Bytes
Versions: 5
Compression:
Stored size: 234 Bytes
Contents
module AlexaSkillsRuby module JsonObjects class Session < JsonObject attributes :new, :session_id, :attributes json_object_attribute :application, Application json_object_attribute :user, User end end end
Version data entries
5 entries across 5 versions & 1 rubygems