Class: RockRMS::Response::History
- Defined in:
- lib/rock_rms/response/history.rb
Constant Summary collapse
- MAP =
{ id: 'Id', verb: 'Verb', change_type: 'ChangeType', value_name: 'ValueName', old_value: 'OldValue', new_value: 'NewValue', alias_id: 'CreatedByPersonAliasId' }.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
14 15 16 |
# File 'lib/rock_rms/response/history.rb', line 14 def format_single(data) to_h(MAP, data) end |