Class: Qismo::WebhookRequests::OnRoomResolved::AdditionalInfo

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

Overview

Room resolve webhook additional info 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

#keyString (readonly)

Returns:



18
19
20
21
# File 'lib/qismo/webhook_requests/on_room_resolved.rb', line 18

class AdditionalInfo < Qismo::Object
  attribute? :key, Types::String.optional
  attribute? :value, (Types::String.optional | Types::Int.optional | Types::Params::Bool.optional)
end

#valueString, ... (readonly)

Returns:

  • (String, Integer, TrueClass, FalseClass)


18
19
20
21
# File 'lib/qismo/webhook_requests/on_room_resolved.rb', line 18

class AdditionalInfo < Qismo::Object
  attribute? :key, Types::String.optional
  attribute? :value, (Types::String.optional | Types::Int.optional | Types::Params::Bool.optional)
end