Class: Qismo::WebhookRequests::OnCustomButtonClicked::Agent
- Inherits:
-
Object
- Object
- Dry::Struct
- Object
- Qismo::WebhookRequests::OnCustomButtonClicked::Agent
show all
- Defined in:
- lib/qismo/webhook_requests/on_custom_button_clicked.rb
Overview
Custom button webhook agent 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
43
44
45
46
47
|
# File 'lib/qismo/webhook_requests/on_custom_button_clicked.rb', line 43
class Agent < Qismo::Object
attribute? :email, Types::String.optional
attribute? :name, Types::String.optional
attribute? :type, Types::String.optional
end
|
43
44
45
46
47
|
# File 'lib/qismo/webhook_requests/on_custom_button_clicked.rb', line 43
class Agent < Qismo::Object
attribute? :email, Types::String.optional
attribute? :name, Types::String.optional
attribute? :type, Types::String.optional
end
|
43
44
45
46
47
|
# File 'lib/qismo/webhook_requests/on_custom_button_clicked.rb', line 43
class Agent < Qismo::Object
attribute? :email, Types::String.optional
attribute? :name, Types::String.optional
attribute? :type, Types::String.optional
end
|