Class: Qismo::WebhookRequests::OnCustomButtonClicked::Agent
- Inherits:
-
Object
- Object
- Dry::Struct
- Object
- Qismo::WebhookRequests::OnCustomButtonClicked::Agent
- 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
- #email ⇒ String readonly
- #name ⇒ String readonly
- #type ⇒ String readonly
Method Summary
Methods inherited from Object
Instance Attribute Details
#email ⇒ String (readonly)
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 |