Class: Qismo::Objects::CustomChannel

Inherits:
Qismo::Object show all
Defined in:
lib/qismo/objects/custom_channel.rb

Overview

Custom channel object

Constant Summary

Constants included from Types

Types::Bool, Types::Hash, Types::Int, Types::String

Instance Attribute Summary collapse

Method Summary

Methods inherited from Qismo::Object

from_array

Instance Attribute Details

#idInteger (readonly)

Returns:

  • (Integer)


8
# File 'lib/qismo/objects/custom_channel.rb', line 8

attribute? :id, Types::Int.optional

#identifier_keyString (readonly)

Returns:



20
# File 'lib/qismo/objects/custom_channel.rb', line 20

attribute? :identifier_key, Types::String.optional

#is_activeTrueClass, FalseClass (readonly)

Returns:

  • (TrueClass, FalseClass)


28
# File 'lib/qismo/objects/custom_channel.rb', line 28

attribute? :is_active, Types::Bool.optional

#logo_urlString (readonly)

Returns:



16
# File 'lib/qismo/objects/custom_channel.rb', line 16

attribute? :logo_url, Types::String.optional

#nameString (readonly)

Returns:



24
# File 'lib/qismo/objects/custom_channel.rb', line 24

attribute? :name, Types::String.optional

#use_channel_responderTrueClass, FalseClass (readonly)

Returns:

  • (TrueClass, FalseClass)


32
# File 'lib/qismo/objects/custom_channel.rb', line 32

attribute? :use_channel_responder, Types::Bool.optional

#webhook_urlString (readonly)

Returns:



12
# File 'lib/qismo/objects/custom_channel.rb', line 12

attribute? :webhook_url, Types::String.optional