class Orbital::Gateway::OrbitalResponse::InquiryResponse
Attributes
industry_type[R]
Public Class Methods
new(response_xml)
click to toggle source
Calls superclass method
Orbital::Gateway::OrbitalResponse::new
# File lib/orbital/gateway/orbital_response/inquiry_response.rb, line 6 def initialize(response_xml) super end
Public Instance Methods
success?()
click to toggle source
# File lib/orbital/gateway/orbital_response/inquiry_response.rb, line 14 def success? end
to_s()
click to toggle source
# File lib/orbital/gateway/orbital_response/inquiry_response.rb, line 10 def to_s nokogiri.to_xml end