Class: Qismo::WebhookRequests::OnRoomResolved::ResolvedBy

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

Overview

Room resolve webhook resolved by 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

#emailString (readonly)

Returns:



52
53
54
55
56
57
58
# File 'lib/qismo/webhook_requests/on_room_resolved.rb', line 52

class ResolvedBy < Qismo::Object
  attribute? :email, Types::String.optional
  attribute? :id, Types::Int.optional
  attribute? :is_available, Types::Bool.optional
  attribute? :name, Types::String.optional
  attribute? :type, Types::String.optional
end

#idInteger (readonly)

Returns:

  • (Integer)


52
53
54
55
56
57
58
# File 'lib/qismo/webhook_requests/on_room_resolved.rb', line 52

class ResolvedBy < Qismo::Object
  attribute? :email, Types::String.optional
  attribute? :id, Types::Int.optional
  attribute? :is_available, Types::Bool.optional
  attribute? :name, Types::String.optional
  attribute? :type, Types::String.optional
end

#is_availableTrueClass, FalseClass (readonly)

Returns:

  • (TrueClass, FalseClass)


52
53
54
55
56
57
58
# File 'lib/qismo/webhook_requests/on_room_resolved.rb', line 52

class ResolvedBy < Qismo::Object
  attribute? :email, Types::String.optional
  attribute? :id, Types::Int.optional
  attribute? :is_available, Types::Bool.optional
  attribute? :name, Types::String.optional
  attribute? :type, Types::String.optional
end

#nameString (readonly)

Returns:



52
53
54
55
56
57
58
# File 'lib/qismo/webhook_requests/on_room_resolved.rb', line 52

class ResolvedBy < Qismo::Object
  attribute? :email, Types::String.optional
  attribute? :id, Types::Int.optional
  attribute? :is_available, Types::Bool.optional
  attribute? :name, Types::String.optional
  attribute? :type, Types::String.optional
end

#typeString (readonly)

Returns:



52
53
54
55
56
57
58
# File 'lib/qismo/webhook_requests/on_room_resolved.rb', line 52

class ResolvedBy < Qismo::Object
  attribute? :email, Types::String.optional
  attribute? :id, Types::Int.optional
  attribute? :is_available, Types::Bool.optional
  attribute? :name, Types::String.optional
  attribute? :type, Types::String.optional
end