Class: Qismo::Objects::CustomChannel
Overview
Constant Summary
Constants included
from Types
Types::Bool, Types::Hash, Types::Int, Types::String
Instance Attribute Summary collapse
Method Summary
from_array
Instance Attribute Details
#id ⇒ Integer
8
|
# File 'lib/qismo/objects/custom_channel.rb', line 8
attribute? :id, Types::Int.optional
|
#identifier_key ⇒ String
20
|
# File 'lib/qismo/objects/custom_channel.rb', line 20
attribute? :identifier_key, Types::String.optional
|
#is_active ⇒ TrueClass, FalseClass
28
|
# File 'lib/qismo/objects/custom_channel.rb', line 28
attribute? :is_active, Types::Bool.optional
|
16
|
# File 'lib/qismo/objects/custom_channel.rb', line 16
attribute? :logo_url, Types::String.optional
|
24
|
# File 'lib/qismo/objects/custom_channel.rb', line 24
attribute? :name, Types::String.optional
|
#use_channel_responder ⇒ TrueClass, FalseClass
32
|
# File 'lib/qismo/objects/custom_channel.rb', line 32
attribute? :use_channel_responder, Types::Bool.optional
|
#webhook_url ⇒ String
12
|
# File 'lib/qismo/objects/custom_channel.rb', line 12
attribute? :webhook_url, Types::String.optional
|