Sha256: a748140b3319dd358e61b84f6481f5f3caf59269dc077d620e3476b5b718fb48

Contents?: true

Size: 401 Bytes

Versions: 1

Compression:

Stored size: 401 Bytes

Contents

module Nordea
  module FileTransfer
    # https://filetransfer.nordea.com/services/CorporateFileService.xsd1.xsd
    class ResponseHeader
      include Virtus

      attribute :sender_id, String
      attribute :request_id, String
      attribute :timestamp, DateTime
      attribute :response_code, String
      attribute :response_text, String
      attribute :receiver_id, String
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
nordea-filetransfer-0.2.1 lib/nordea/file_transfer/response_header.rb