Class: Qismo::WebhookRequests::OnNewSessionInitiated::From

Inherits:
Object
  • Object
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

#avatar_urlString (readonly)

Returns:



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

#emailString (readonly)

Returns:



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

#idInteger (readonly)

Returns:

  • (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

#nameString (readonly)

Returns:



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