class Orbital::Gateway::OrbitalResponse

Attributes

nokogiri[RW]
request_xml[RW]

Public Class Methods

new(response_xml, request_xml) click to toggle source
# File lib/orbital/gateway/orbital_response.rb, line 5
def initialize(response_xml, request_xml)
  @nokogiri = Nokogiri.parse response_xml
  @request_xml = request_xml
end