Class: Qismo::WebhookRequests::OnCustomButtonClicked::Customer

Inherits:
Object
  • Object
show all
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

Method Summary

Methods inherited from Object

from_array

Instance Attribute Details

#avatarString (readonly)

Returns:



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

#nameString (readonly)

Returns:



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

#user_idString (readonly)

Returns:



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