Sha256: 2fb96a8c751e95214b57ae3939c2c5b897fe32d21cc5daa0a6f72144f124df13

Contents?: true

Size: 202 Bytes

Versions: 5

Compression:

Stored size: 202 Bytes

Contents

module RockRMS
  module Response
    class ContentChannelType < Base
      MAP = {
        name: 'Name'
      }.freeze

      def format_single(data)
        to_h(MAP, data)
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

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