Sha256: 1fddc7f77dac73266e78c6756472c9dc264176f78a745fbcc353ae6711b9c100

Contents?: true

Size: 342 Bytes

Versions: 23

Compression:

Stored size: 342 Bytes

Contents

module RockRMS
  module Response
    class ExceptionLog < Base
      MAP = {
        exception_type: 'ExceptionType',
        description: 'Description',
        stack_trace: 'StackTrace',
        page_url: 'PageUrl',
        source: 'Source',
      }.freeze

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

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
rock_rms-8.15.1 lib/rock_rms/response/exception_log.rb
rock_rms-8.15.0 lib/rock_rms/response/exception_log.rb
rock_rms-8.14.0 lib/rock_rms/response/exception_log.rb