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