Module: RockRMS::Client::ContentChannelType

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

Instance Method Summary collapse

Instance Method Details

#list_content_channel_types(options = {}) ⇒ Object



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

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