Sha256: 22375f5bbaa5bdc090aff75a57f995024aad0d6c0b0bcad917f486b79d107b08

Contents?: true

Size: 243 Bytes

Versions: 1

Compression:

Stored size: 243 Bytes

Contents

module RockRMS
  class Client
    module ContentChannelItem
      def list_content_channel_items(options = {})
        res = get(content_channel_items_path, options)
        Response::ContentChannelItem.format(res)
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rock_rms-9.10.0 lib/rock_rms/resources/content_channel_item.rb