Class: Qismo::WebhookRequests::OnNewSessionInitiated::Participant

Inherits:
Object
  • Object
show all
Defined in:
lib/qismo/webhook_requests/on_new_session_initiated.rb

Overview

New session webhook participant 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

#emailString (readonly)

Returns:



68
69
70
# File 'lib/qismo/webhook_requests/on_new_session_initiated.rb', line 68

class Participant < Qismo::Object
  attribute? :email, Types::String.optional
end