Class: Qismo::WebhookRequests::OnCustomButtonClicked::Customer
- Inherits:
-
Object
- Object
- Dry::Struct
- Object
- Qismo::WebhookRequests::OnCustomButtonClicked::Customer
- Defined in:
- lib/qismo/webhook_requests/on_custom_button_clicked.rb
Overview
Custom webhook customer object
Constant Summary
Constants included from Types
Types::Bool, Types::Hash, Types::Int, Types::String
Instance Attribute Summary collapse
- #avatar ⇒ String readonly
- #name ⇒ String readonly
- #user_id ⇒ String readonly
Method Summary
Methods inherited from Object
Instance Attribute Details
#avatar ⇒ String (readonly)
57 58 59 60 61 |
# File 'lib/qismo/webhook_requests/on_custom_button_clicked.rb', line 57 class Customer < Qismo::Object attribute? :avatar, Types::String.optional attribute? :name, Types::String.optional attribute? :user_id, Types::String.optional end |