Class: Qismo::WebhookRequests::OnRoomResolved::ResolvedBy
- Inherits:
-
Object
- Object
- Dry::Struct
- Object
- Qismo::WebhookRequests::OnRoomResolved::ResolvedBy
- 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
- #email ⇒ String readonly
- #id ⇒ Integer readonly
- #is_available ⇒ TrueClass, FalseClass readonly
- #name ⇒ String readonly
- #type ⇒ String readonly
Method Summary
Methods inherited from Object
Instance Attribute Details
#email ⇒ String (readonly)
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 |
#id ⇒ Integer (readonly)
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_available ⇒ TrueClass, FalseClass (readonly)
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 |
#name ⇒ String (readonly)
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 |
#type ⇒ String (readonly)
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 |