Class: Qismo::WebhookRequests::OnNewSessionInitiated::From
- Inherits:
-
Object
- Object
- Dry::Struct
- Object
- Qismo::WebhookRequests::OnNewSessionInitiated::From
show all
- Defined in:
- lib/qismo/webhook_requests/on_new_session_initiated.rb
Overview
New session webhook from object
Constant Summary
Constants included
from Types
Types::Bool, Types::Hash, Types::Int, Types::String
Instance Attribute Summary collapse
Method Summary
Methods inherited from Object
from_array
Instance Attribute Details
22
23
24
25
26
27
|
# File 'lib/qismo/webhook_requests/on_new_session_initiated.rb', line 22
class From < Qismo::Object
attribute? :avatar_url, Types::String.optional
attribute? :email, Types::String.optional
attribute? :id, Types::Int.optional
attribute? :name, Types::String.optional
end
|
#id ⇒ Integer
22
23
24
25
26
27
|
# File 'lib/qismo/webhook_requests/on_new_session_initiated.rb', line 22
class From < Qismo::Object
attribute? :avatar_url, Types::String.optional
attribute? :email, Types::String.optional
attribute? :id, Types::Int.optional
attribute? :name, Types::String.optional
end
|
22
23
24
25
26
27
|
# File 'lib/qismo/webhook_requests/on_new_session_initiated.rb', line 22
class From < Qismo::Object
attribute? :avatar_url, Types::String.optional
attribute? :email, Types::String.optional
attribute? :id, Types::Int.optional
attribute? :name, Types::String.optional
end
|