Class: RockRMS::Response::AttributeValue
- Defined in:
- lib/rock_rms/response/attribute_value.rb
Constant Summary collapse
- MAP =
{ id: 'Id', value: 'Value', value_as_number: 'ValueAsNumeric', entity_id: 'EntityId' }.freeze
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
format, #format, #initialize, #to_h
Constructor Details
This class inherits a constructor from RockRMS::Response::Base
Instance Method Details
#format_single(data) ⇒ Object
11 12 13 |
# File 'lib/rock_rms/response/attribute_value.rb', line 11 def format_single(data) to_h(MAP, data) end |