Class: Qismo::Objects::ListChannelsResponse
- Inherits:
-
Qismo::Object
- Object
- Dry::Struct
- Qismo::Object
- Qismo::Objects::ListChannelsResponse
- 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
- #custom_channels ⇒ Array<Qismo::Objects::CustomChannel> readonly
- #fb_channels ⇒ Array<Qismo::Objects::FbChannel> readonly
- #ig_channels ⇒ Array<Qismo::Objects::IgChannel> readonly
- #line_channels ⇒ Array<Qismo::Objects::LineChannel> readonly
- #qiscus_channels ⇒ Array<Qismo::Objects::QiscusChannel> readonly
- #telegram_channels ⇒ Array<Qismo::Objects::TelegramChannel> readonly
- #wa_channels ⇒ Array<Qismo::Objects::WaChannel> readonly
- #waca_channels ⇒ Array<Qismo::Objects::WacaChannel> readonly
Method Summary
Methods inherited from Qismo::Object
Instance Attribute Details
#custom_channels ⇒ Array<Qismo::Objects::CustomChannel> (readonly)
8 |
# File 'lib/qismo/objects/list_channels_response.rb', line 8 attribute? :custom_channels, Types.Array(Qismo::Objects::CustomChannel.optional).optional |
#fb_channels ⇒ Array<Qismo::Objects::FbChannel> (readonly)
12 |
# File 'lib/qismo/objects/list_channels_response.rb', line 12 attribute? :fb_channels, Types.Array(Qismo::Objects::FbChannel.optional).optional |
#ig_channels ⇒ Array<Qismo::Objects::IgChannel> (readonly)
16 |
# File 'lib/qismo/objects/list_channels_response.rb', line 16 attribute? :ig_channels, Types.Array(Qismo::Objects::IgChannel.optional).optional |
#line_channels ⇒ Array<Qismo::Objects::LineChannel> (readonly)
20 |
# File 'lib/qismo/objects/list_channels_response.rb', line 20 attribute? :line_channels, Types.Array(Qismo::Objects::LineChannel.optional).optional |
#qiscus_channels ⇒ Array<Qismo::Objects::QiscusChannel> (readonly)
24 |
# File 'lib/qismo/objects/list_channels_response.rb', line 24 attribute? :qiscus_channels, Types.Array(Qismo::Objects::QiscusChannel.optional).optional |
#telegram_channels ⇒ Array<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_channels ⇒ Array<Qismo::Objects::WaChannel> (readonly)
32 |
# File 'lib/qismo/objects/list_channels_response.rb', line 32 attribute? :wa_channels, Types.Array(Qismo::Objects::WaChannel.optional).optional |
#waca_channels ⇒ Array<Qismo::Objects::WacaChannel> (readonly)
36 |
# File 'lib/qismo/objects/list_channels_response.rb', line 36 attribute? :waca_channels, Types.Array(Qismo::Objects::WacaChannel.optional).optional |