Class: Qismo::WebhookRequests::OnCustomButtonClicked::Tag

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

Overview

Custom button webhook tag 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

#created_atString (readonly)

Returns:



75
76
77
78
79
80
81
# File 'lib/qismo/webhook_requests/on_custom_button_clicked.rb', line 75

class Tag < Qismo::Object
  attribute? :id, Types::Int.optional
  attribute? :name, Types::String.optional
  attribute? :created_at, Types::String.optional
  attribute? :updated_at, Types::String.optional
  attribute? :room_tag_created, Types::String.optional
end

#idInteger (readonly)

Returns:

  • (Integer)


75
76
77
78
79
80
81
# File 'lib/qismo/webhook_requests/on_custom_button_clicked.rb', line 75

class Tag < Qismo::Object
  attribute? :id, Types::Int.optional
  attribute? :name, Types::String.optional
  attribute? :created_at, Types::String.optional
  attribute? :updated_at, Types::String.optional
  attribute? :room_tag_created, Types::String.optional
end

#nameString (readonly)

Returns:



75
76
77
78
79
80
81
# File 'lib/qismo/webhook_requests/on_custom_button_clicked.rb', line 75

class Tag < Qismo::Object
  attribute? :id, Types::Int.optional
  attribute? :name, Types::String.optional
  attribute? :created_at, Types::String.optional
  attribute? :updated_at, Types::String.optional
  attribute? :room_tag_created, Types::String.optional
end

#room_tag_created_atString (readonly)

Returns:



75
76
77
78
79
80
81
# File 'lib/qismo/webhook_requests/on_custom_button_clicked.rb', line 75

class Tag < Qismo::Object
  attribute? :id, Types::Int.optional
  attribute? :name, Types::String.optional
  attribute? :created_at, Types::String.optional
  attribute? :updated_at, Types::String.optional
  attribute? :room_tag_created, Types::String.optional
end

#updated_atString (readonly)

Returns:



75
76
77
78
79
80
81
# File 'lib/qismo/webhook_requests/on_custom_button_clicked.rb', line 75

class Tag < Qismo::Object
  attribute? :id, Types::Int.optional
  attribute? :name, Types::String.optional
  attribute? :created_at, Types::String.optional
  attribute? :updated_at, Types::String.optional
  attribute? :room_tag_created, Types::String.optional
end