Sha256: 1dc801998d315937d59af46444287236360d27a4462e546d26f3a597b4733141

Contents?: true

Size: 239 Bytes

Versions: 5

Compression:

Stored size: 239 Bytes

Contents

module RockRMS
  class Client
    module ContentChannelType
      def list_content_channel_types(options = {})
        res = get('ContentChannelTypes', options)
        Response::ContentChannelType.format(res)
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rock_rms-9.14.0 lib/rock_rms/resources/content_channel_type.rb
rock_rms-9.13.0 lib/rock_rms/resources/content_channel_type.rb
rock_rms-9.12.0 lib/rock_rms/resources/content_channel_type.rb
rock_rms-9.11.0 lib/rock_rms/resources/content_channel_type.rb
rock_rms-9.10.0 lib/rock_rms/resources/content_channel_type.rb