Sha256: 058e83cf90f2108ce2350d3378b09a55b1cd1039770ff458627773f416175d0c

Contents?: true

Size: 1.59 KB

Versions: 15

Compression:

Stored size: 1.59 KB

Contents

module Qismo
  module Objects
    # List channels response object
    #
    class ListChannelsResponse < Qismo::Object
      # @!attribute [r] custom_channels
      #   @return [Array<Qismo::Objects::CustomChannel>]
      attribute? :custom_channels, Types.Array(Qismo::Objects::CustomChannel.optional).optional

      # @!attribute [r] fb_channels
      #   @return [Array<Qismo::Objects::FbChannel>]
      attribute? :fb_channels, Types.Array(Qismo::Objects::FbChannel.optional).optional

      # @!attribute [r] ig_channels
      #   @return [Array<Qismo::Objects::IgChannel>]
      attribute? :ig_channels, Types.Array(Qismo::Objects::IgChannel.optional).optional

      # @!attribute [r] line_channels
      #   @return [Array<Qismo::Objects::LineChannel>]
      attribute? :line_channels, Types.Array(Qismo::Objects::LineChannel.optional).optional

      # @!attribute [r] qiscus_channels
      #   @return [Array<Qismo::Objects::QiscusChannel>]
      attribute? :qiscus_channels, Types.Array(Qismo::Objects::QiscusChannel.optional).optional

      # @!attribute [r] telegram_channels
      #   @return [Array<Qismo::Objects::TelegramChannel>]
      attribute? :telegram_channels, Types.Array(Qismo::Objects::TelegramChannel.optional).optional

      # @!attribute [r] wa_channels
      #   @return [Array<Qismo::Objects::WaChannel>]
      attribute? :wa_channels, Types.Array(Qismo::Objects::WaChannel.optional).optional

      # @!attribute [r] waca_channels
      #   @return [Array<Qismo::Objects::WacaChannel>]
      attribute? :waca_channels, Types.Array(Qismo::Objects::WacaChannel.optional).optional
    end
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
qismo-0.18.3 lib/qismo/objects/list_channels_response.rb
qismo-0.18.2 lib/qismo/objects/list_channels_response.rb
qismo-0.18.1 lib/qismo/objects/list_channels_response.rb
qismo-0.18.0 lib/qismo/objects/list_channels_response.rb
qismo-0.17.10 lib/qismo/objects/list_channels_response.rb
qismo-0.17.9 lib/qismo/objects/list_channels_response.rb
qismo-0.17.7 lib/qismo/objects/list_channels_response.rb
qismo-0.17.6 lib/qismo/objects/list_channels_response.rb
qismo-0.17.5 lib/qismo/objects/list_channels_response.rb
qismo-0.17.4 lib/qismo/objects/list_channels_response.rb
qismo-0.17.3 lib/qismo/objects/list_channels_response.rb
qismo-0.17.2 lib/qismo/objects/list_channels_response.rb
qismo-0.17.1 lib/qismo/objects/list_channels_response.rb
qismo-0.17.0 lib/qismo/objects/list_channels_response.rb
qismo-0.15.0 lib/qismo/objects/list_channels_response.rb