Module: RockRMS::Client::ContentChannelItem

Included in:
RockRMS::Client
Defined in:
lib/rock_rms/resources/content_channel_item.rb

Instance Method Summary collapse

Instance Method Details

#list_content_channel_items(options = {}) ⇒ Object



4
5
6
7
# File 'lib/rock_rms/resources/content_channel_item.rb', line 4

def list_content_channel_items(options = {})
  res = get('ContentChannelItems', options)
  Response::ContentChannelItem.format(res)
end