Class: RockRMS::Response::ContentChannel

Inherits:
Base
  • Object
show all
Defined in:
lib/rock_rms/response/content_channel.rb

Constant Summary collapse

MAP =
{
  name: 'Name',
  description: 'Description',
  is_active: 'IsActive',
  icon_css_class: 'IconCssClass',
  content_channel_type_id: 'ContentChannelTypeId'
}.freeze

Constants inherited from Base

Base::BASE_MAPPING

Instance Attribute Summary

Attributes inherited from Base

#data

Instance Method Summary collapse

Methods inherited from Base

format, #format, #format_attributes, #initialize, #to_h

Constructor Details

This class inherits a constructor from RockRMS::Response::Base

Instance Method Details

#format_single(data) ⇒ Object



12
13
14
# File 'lib/rock_rms/response/content_channel.rb', line 12

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