Class: Qismo::WebhookRequests::OnRoomResolved::Service

Inherits:
Object
  • Object
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

#first_comment_idString (readonly)

Returns:



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

#idInteger (readonly)

Returns:

  • (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_resolvedTrueClass, FalseClass (readonly)

Returns:

  • (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

#last_comment_idString (readonly)

Returns:



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

#notesString (readonly)

Returns:



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_idString (readonly)

Returns:



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

#sourceString (readonly)

Returns:



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