Class: Qismo::WebhookRequests::OnCustomButtonClicked::AdditionalInfo

Inherits:
Object
  • Object
show all
Defined in:
lib/qismo/webhook_requests/on_custom_button_clicked.rb

Overview

Custom button webhook additional info 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

#keyString (readonly)

Returns:



30
31
32
33
# File 'lib/qismo/webhook_requests/on_custom_button_clicked.rb', line 30

class AdditionalInfo < Qismo::Object
  attribute? :key, Types::String.optional
  attribute? :value, (Types::String.optional | Types::Int.optional | Types::Params::Bool.optional)
end

#valueString, ... (readonly)

Returns:

  • (String, Integer, TrueClass, FalseClass)


30
31
32
33
# File 'lib/qismo/webhook_requests/on_custom_button_clicked.rb', line 30

class AdditionalInfo < Qismo::Object
  attribute? :key, Types::String.optional
  attribute? :value, (Types::String.optional | Types::Int.optional | Types::Params::Bool.optional)
end