Class: RockRMS::Response::EntityType
- Defined in:
- lib/rock_rms/response/entity_type.rb
Constant Summary collapse
- MAP =
{ name: 'Name', friendly_name: 'FriendlyName', is_entity: 'IsEntity', is_secured: 'IsSecured' }.freeze
Constants inherited from Base
Instance Attribute Summary
Attributes inherited from Base
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
11 12 13 14 15 |
# File 'lib/rock_rms/response/entity_type.rb', line 11 def format_single(data) response = to_h(MAP, data) response[:blocks] = Block.format(response[:blocks]) response end |