Sha256: 841c005885d021a5803cf4ad3857cd77df56a80fff61bf9c82fa298eba9ecb4b

Contents?: true

Size: 365 Bytes

Versions: 49

Compression:

Stored size: 365 Bytes

Contents

module RockRMS
  module Response
    class History < Base
      MAP = {
        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

49 entries across 49 versions & 1 rubygems

Version Path
rock_rms-9.14.0 lib/rock_rms/response/history.rb
rock_rms-9.13.0 lib/rock_rms/response/history.rb
rock_rms-9.12.0 lib/rock_rms/response/history.rb
rock_rms-9.11.0 lib/rock_rms/response/history.rb
rock_rms-9.10.0 lib/rock_rms/response/history.rb
rock_rms-9.9.0 lib/rock_rms/response/history.rb
rock_rms-9.8.0 lib/rock_rms/response/history.rb
rock_rms-9.7.0 lib/rock_rms/response/history.rb
rock_rms-9.6.0 lib/rock_rms/response/history.rb
rock_rms-9.5.0 lib/rock_rms/response/history.rb
rock_rms-9.4.0 lib/rock_rms/response/history.rb
rock_rms-9.3.0 lib/rock_rms/response/history.rb
rock_rms-9.2.0 lib/rock_rms/response/history.rb
rock_rms-9.1.0 lib/rock_rms/response/history.rb
rock_rms-9.0.0 lib/rock_rms/response/history.rb
rock_rms-8.23.0 lib/rock_rms/response/history.rb
rock_rms-8.22.0 lib/rock_rms/response/history.rb
rock_rms-8.21.0 lib/rock_rms/response/history.rb
rock_rms-8.20.0 lib/rock_rms/response/history.rb
rock_rms-8.19.0 lib/rock_rms/response/history.rb