Sha256: ea6c555253fa74ff4524b3518b8375edaf36886f04732d6c5b2686566bca40e7

Contents?: true

Size: 236 Bytes

Versions: 1

Compression:

Stored size: 236 Bytes

Contents

module Nordea
  module FileTransfer
    class Response
      include Virtus

      attribute :response_header, ResponseHeader
      attribute :application_response, ApplicationResponse
      attribute :signature, Hash
    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.rb