Class: Qismo::Objects::ListChannelsResponse

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

Overview

List channels response 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

#custom_channelsArray<Qismo::Objects::CustomChannel> (readonly)

Returns:



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

attribute? :custom_channels, Types.Array(Qismo::Objects::CustomChannel.optional).optional

#fb_channelsArray<Qismo::Objects::FbChannel> (readonly)

Returns:



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

attribute? :fb_channels, Types.Array(Qismo::Objects::FbChannel.optional).optional

#ig_channelsArray<Qismo::Objects::IgChannel> (readonly)

Returns:



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

attribute? :ig_channels, Types.Array(Qismo::Objects::IgChannel.optional).optional

#line_channelsArray<Qismo::Objects::LineChannel> (readonly)

Returns:



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

attribute? :line_channels, Types.Array(Qismo::Objects::LineChannel.optional).optional

#qiscus_channelsArray<Qismo::Objects::QiscusChannel> (readonly)

Returns:



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

attribute? :qiscus_channels, Types.Array(Qismo::Objects::QiscusChannel.optional).optional

#telegram_channelsArray<Qismo::Objects::TelegramChannel> (readonly)



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

attribute? :telegram_channels, Types.Array(Qismo::Objects::TelegramChannel.optional).optional

#wa_channelsArray<Qismo::Objects::WaChannel> (readonly)

Returns:



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

attribute? :wa_channels, Types.Array(Qismo::Objects::WaChannel.optional).optional

#waca_channelsArray<Qismo::Objects::WacaChannel> (readonly)

Returns:



36
# File 'lib/qismo/objects/list_channels_response.rb', line 36

attribute? :waca_channels, Types.Array(Qismo::Objects::WacaChannel.optional).optional