Class: Qismo::WebhookRequests::OnCustomButtonClicked::Agent

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

#emailString (readonly)

Returns:



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

#nameString (readonly)

Returns:



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

#typeString (readonly)

Returns:



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