Class: Qismo::WebhookRequests::OnNewSessionInitiated::Payload
- Inherits:
-
Object
- Object
- Dry::Struct
- Object
- Qismo::WebhookRequests::OnNewSessionInitiated::Payload
- Defined in:
- lib/qismo/webhook_requests/on_new_session_initiated.rb
Overview
New session webhook message payload object
Constant Summary
Constants included from Types
Types::Bool, Types::Hash, Types::Int, Types::String
Instance Attribute Summary collapse
- #from ⇒ From readonly
- #message ⇒ Message readonly
- #room ⇒ Room readonly
- #type ⇒ String readonly
Method Summary
Methods inherited from Object
Instance Attribute Details
#from ⇒ From (readonly)
102 103 104 105 106 |
# File 'lib/qismo/webhook_requests/on_new_session_initiated.rb', line 102 class Payload < Qismo::Object attribute? :from, From.optional attribute? :message, Message.optional attribute? :room, Room.optional end |
#message ⇒ Message (readonly)
102 103 104 105 106 |
# File 'lib/qismo/webhook_requests/on_new_session_initiated.rb', line 102 class Payload < Qismo::Object attribute? :from, From.optional attribute? :message, Message.optional attribute? :room, Room.optional end |