Class: QuickbooksWebConnector::SoapWrapper::SendRequestXML

Inherits:
Object
  • Object
show all
Defined in:
lib/quickbooks_web_connector/soap_wrapper/default.rb

Overview

/sendRequestXML

ticket - SOAP::SOAPString
strHCPResponse - SOAP::SOAPString
strCompanyFileName - SOAP::SOAPString
qbXMLCountry - SOAP::SOAPString
qbXMLMajorVers - SOAP::SOAPInt
qbXMLMinorVers - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(ticket = nil, strHCPResponse = nil, strCompanyFileName = nil, qbXMLCountry = nil, qbXMLMajorVers = nil, qbXMLMinorVers = nil) ⇒ SendRequestXML

Returns a new instance of SendRequestXML.



88
89
90
91
92
93
94
95
# File 'lib/quickbooks_web_connector/soap_wrapper/default.rb', line 88

def initialize(ticket = nil, strHCPResponse = nil, strCompanyFileName = nil, qbXMLCountry = nil, qbXMLMajorVers = nil, qbXMLMinorVers = nil)
  @ticket = ticket
  @strHCPResponse = strHCPResponse
  @strCompanyFileName = strCompanyFileName
  @qbXMLCountry = qbXMLCountry
  @qbXMLMajorVers = qbXMLMajorVers
  @qbXMLMinorVers = qbXMLMinorVers
end

Instance Attribute Details

#qbXMLCountryObject

Returns the value of attribute qbXMLCountry.



84
85
86
# File 'lib/quickbooks_web_connector/soap_wrapper/default.rb', line 84

def qbXMLCountry
  @qbXMLCountry
end

#qbXMLMajorVersObject

Returns the value of attribute qbXMLMajorVers.



85
86
87
# File 'lib/quickbooks_web_connector/soap_wrapper/default.rb', line 85

def qbXMLMajorVers
  @qbXMLMajorVers
end

#qbXMLMinorVersObject

Returns the value of attribute qbXMLMinorVers.



86
87
88
# File 'lib/quickbooks_web_connector/soap_wrapper/default.rb', line 86

def qbXMLMinorVers
  @qbXMLMinorVers
end

#strCompanyFileNameObject

Returns the value of attribute strCompanyFileName.



83
84
85
# File 'lib/quickbooks_web_connector/soap_wrapper/default.rb', line 83

def strCompanyFileName
  @strCompanyFileName
end

#strHCPResponseObject

Returns the value of attribute strHCPResponse.



82
83
84
# File 'lib/quickbooks_web_connector/soap_wrapper/default.rb', line 82

def strHCPResponse
  @strHCPResponse
end

#ticketObject

Returns the value of attribute ticket.



81
82
83
# File 'lib/quickbooks_web_connector/soap_wrapper/default.rb', line 81

def ticket
  @ticket
end