Class: Qismo::WebhookRequests::OnRoomResolved::AdditionalInfo
- Inherits:
-
Object
- Object
- Dry::Struct
- Object
- Qismo::WebhookRequests::OnRoomResolved::AdditionalInfo
- 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
- #key ⇒ String readonly
- #value ⇒ String, ... readonly
Method Summary
Methods inherited from Object
Instance Attribute Details
#key ⇒ String (readonly)
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 |
#value ⇒ String, ... (readonly)
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 |