Sha256: 36c5e7e3e31ec3cc73a9db97086d559a9578bb040e6166bbb5144c70f5eb4fdb

Contents?: true

Size: 374 Bytes

Versions: 6

Compression:

Stored size: 374 Bytes

Contents

module RockRMS
  module Response
    class ContentChannelItem < Base
      MAP = {
        content_channel_id: 'ContentChannelId',
        title: 'Title',
        content: 'Content',
        order: 'Order',
        start_date: 'StartDateTime',
        expire_date: 'ExpireDateTime',
      }

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

Version data entries

6 entries across 6 versions & 1 rubygems

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