Sha256: ec2abd3ac711961ef94b32692e0148229b675d3cdfcc38234ea24e77e6245b90

Contents?: true

Size: 383 Bytes

Versions: 29

Compression:

Stored size: 383 Bytes

Contents

module RockRMS
  module Response
    class History < Base
      MAP = {
        id: 'Id',
        verb: 'Verb',
        change_type: 'ChangeType',
        value_name: 'ValueName',
        old_value: 'OldValue',
        new_value: 'NewValue',
        alias_id: 'CreatedByPersonAliasId'
      }.freeze

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

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
rock_rms-7.0.2 lib/rock_rms/response/history.rb
rock_rms-7.0.1 lib/rock_rms/response/history.rb
rock_rms-7.0.0 lib/rock_rms/response/history.rb
rock_rms-6.2.0 lib/rock_rms/response/history.rb
rock_rms-6.1.0 lib/rock_rms/response/history.rb
rock_rms-6.0.8 lib/rock_rms/response/history.rb
rock_rms-6.0.7 lib/rock_rms/response/history.rb
rock_rms-6.0.6 lib/rock_rms/response/history.rb
rock_rms-6.0.5 lib/rock_rms/response/history.rb
rock_rms-6.0.4 lib/rock_rms/response/history.rb
rock_rms-6.0.3 lib/rock_rms/response/history.rb
rock_rms-6.0.1 lib/rock_rms/response/history.rb
rock_rms-6.0.0 lib/rock_rms/response/history.rb
rock_rms-5.18.0 lib/rock_rms/response/history.rb
rock_rms-5.17.0 lib/rock_rms/response/history.rb
rock_rms-5.16.0 lib/rock_rms/response/history.rb
rock_rms-5.15.0 lib/rock_rms/response/history.rb
rock_rms-5.14.0 lib/rock_rms/response/history.rb
rock_rms-5.13.0 lib/rock_rms/response/history.rb
rock_rms-5.12.0 lib/rock_rms/response/history.rb