Class: Qismo::WebhookRequests::OnRoomResolved::ResolvedBy
- Inherits:
-
Object
- Object
- Dry::Struct
- Object
- Qismo::WebhookRequests::OnRoomResolved::ResolvedBy
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
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
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
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
|
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
|
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
|