Class: Qismo::WebhookRequests::OnRoomResolved::Service
- 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
- #first_comment_id ⇒ String readonly
- #id ⇒ Integer readonly
- #is_resolved ⇒ TrueClass, FalseClass readonly
- #last_comment_id ⇒ String readonly
- #notes ⇒ String readonly
- #room_id ⇒ String readonly
- #source ⇒ String readonly
Method Summary
Methods inherited from Object
Instance Attribute Details
#first_comment_id ⇒ String (readonly)
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 (readonly)
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 (readonly)
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 |
#last_comment_id ⇒ String (readonly)
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 |
#notes ⇒ String (readonly)
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 |
#room_id ⇒ String (readonly)
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 |
#source ⇒ String (readonly)
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 |