Class: Qismo::WebhookRequests::OnNewSessionInitiated::UserProperty
- Inherits:
-
Object
- Object
- Dry::Struct
- Object
- Qismo::WebhookRequests::OnNewSessionInitiated::UserProperty
- Defined in:
- lib/qismo/webhook_requests/on_new_session_initiated.rb
Overview
New session webhook user property object
Constant Summary
Constants included from Types
Types::Bool, Types::Hash, Types::Int, Types::String
Instance Attribute Summary collapse
- #key ⇒ String readonly
- #value ⇒ String, ... readonly
Method Summary
Methods inherited from Object
Instance Attribute Details
#key ⇒ String (readonly)
114 115 116 117 |
# File 'lib/qismo/webhook_requests/on_new_session_initiated.rb', line 114 class UserProperty < Qismo::Object attribute? :key, Types::String.optional attribute? :value, (Types::String.optional | Types::Int.optional | Types::Params::Bool.optional) end |
#value ⇒ String, ... (readonly)
114 115 116 117 |
# File 'lib/qismo/webhook_requests/on_new_session_initiated.rb', line 114 class UserProperty < Qismo::Object attribute? :key, Types::String.optional attribute? :value, (Types::String.optional | Types::Int.optional | Types::Params::Bool.optional) end |