Class: Qismo::WebhookRequests::OnRoomResolved::Service
- Inherits:
-
Object
- Object
- Dry::Struct
- Object
- Qismo::WebhookRequests::OnRoomResolved::Service
show all
- Defined in:
- lib/qismo/webhook_requests/on_room_resolved.rb
Overview
Room resolve webhook service 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
76
77
78
79
80
81
82
83
84
|
# File 'lib/qismo/webhook_requests/on_room_resolved.rb', line 76
class Service < Qismo::Object
attribute? :first_comment_id, Types::String.optional
attribute? :last_comment_id, Types::String.optional
attribute? :id, Types::Int.optional
attribute? :is_resolved, Types::Bool.optional
attribute? :notes, Types::String.optional
attribute? :room_id, Types::String.optional
attribute? :source, Types::String.optional
end
|
#id ⇒ Integer
76
77
78
79
80
81
82
83
84
|
# File 'lib/qismo/webhook_requests/on_room_resolved.rb', line 76
class Service < Qismo::Object
attribute? :first_comment_id, Types::String.optional
attribute? :last_comment_id, Types::String.optional
attribute? :id, Types::Int.optional
attribute? :is_resolved, Types::Bool.optional
attribute? :notes, Types::String.optional
attribute? :room_id, Types::String.optional
attribute? :source, Types::String.optional
end
|
#is_resolved ⇒ TrueClass, FalseClass
76
77
78
79
80
81
82
83
84
|
# File 'lib/qismo/webhook_requests/on_room_resolved.rb', line 76
class Service < Qismo::Object
attribute? :first_comment_id, Types::String.optional
attribute? :last_comment_id, Types::String.optional
attribute? :id, Types::Int.optional
attribute? :is_resolved, Types::Bool.optional
attribute? :notes, Types::String.optional
attribute? :room_id, Types::String.optional
attribute? :source, Types::String.optional
end
|
76
77
78
79
80
81
82
83
84
|
# File 'lib/qismo/webhook_requests/on_room_resolved.rb', line 76
class Service < Qismo::Object
attribute? :first_comment_id, Types::String.optional
attribute? :last_comment_id, Types::String.optional
attribute? :id, Types::Int.optional
attribute? :is_resolved, Types::Bool.optional
attribute? :notes, Types::String.optional
attribute? :room_id, Types::String.optional
attribute? :source, Types::String.optional
end
|
76
77
78
79
80
81
82
83
84
|
# File 'lib/qismo/webhook_requests/on_room_resolved.rb', line 76
class Service < Qismo::Object
attribute? :first_comment_id, Types::String.optional
attribute? :last_comment_id, Types::String.optional
attribute? :id, Types::Int.optional
attribute? :is_resolved, Types::Bool.optional
attribute? :notes, Types::String.optional
attribute? :room_id, Types::String.optional
attribute? :source, Types::String.optional
end
|
76
77
78
79
80
81
82
83
84
|
# File 'lib/qismo/webhook_requests/on_room_resolved.rb', line 76
class Service < Qismo::Object
attribute? :first_comment_id, Types::String.optional
attribute? :last_comment_id, Types::String.optional
attribute? :id, Types::Int.optional
attribute? :is_resolved, Types::Bool.optional
attribute? :notes, Types::String.optional
attribute? :room_id, Types::String.optional
attribute? :source, Types::String.optional
end
|
76
77
78
79
80
81
82
83
84
|
# File 'lib/qismo/webhook_requests/on_room_resolved.rb', line 76
class Service < Qismo::Object
attribute? :first_comment_id, Types::String.optional
attribute? :last_comment_id, Types::String.optional
attribute? :id, Types::Int.optional
attribute? :is_resolved, Types::Bool.optional
attribute? :notes, Types::String.optional
attribute? :room_id, Types::String.optional
attribute? :source, Types::String.optional
end
|