Class: Qismo::WebhookRequests::OnCustomButtonClicked::Tag
- Inherits:
-
Object
- Object
- Dry::Struct
- Object
- Qismo::WebhookRequests::OnCustomButtonClicked::Tag
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_at ⇒ String
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
|
#id ⇒ 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
|
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_at ⇒ String
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_at ⇒ String
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
|