Class: GetFinanceOffersRequestType
- Inherits:
-
Object
- Object
- GetFinanceOffersRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetFinanceOffersRequestType
Constant Summary collapse
- @@schema_type =
"GetFinanceOffersRequestType"
- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
- @@schema_element =
[ ["detailLevel", ["DetailLevelCodeType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DetailLevel")]], ["errorLanguage", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ErrorLanguage")]], ["messageID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MessageID")]], ["version", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Version")]], ["errorHandling", ["ErrorHandlingCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ErrorHandling")]], ["invocationID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvocationID")]], ["warningLevel", ["WarningLevelCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "WarningLevel")]], ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]], ["financeOfferID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "FinanceOfferID")]], ["lastModifiedDate", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "LastModifiedDate")]] ]
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
-
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
-
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
-
#financeOfferID ⇒ Object
Returns the value of attribute financeOfferID.
-
#invocationID ⇒ Object
Returns the value of attribute invocationID.
-
#lastModifiedDate ⇒ Object
Returns the value of attribute lastModifiedDate.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#version ⇒ Object
Returns the value of attribute version.
-
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
Instance Method Summary collapse
-
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, financeOfferID = nil, lastModifiedDate = nil) ⇒ GetFinanceOffersRequestType
constructor
A new instance of GetFinanceOffersRequestType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, financeOfferID = nil, lastModifiedDate = nil) ⇒ GetFinanceOffersRequestType
Returns a new instance of GetFinanceOffersRequestType.
4431 4432 4433 4434 4435 4436 4437 4438 4439 4440 4441 4442 |
# File 'lib/eBay.rb', line 4431 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, financeOfferID = nil, lastModifiedDate = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage @messageID = @version = version @errorHandling = errorHandling @invocationID = invocationID @warningLevel = warningLevel @__xmlele_any = nil @financeOfferID = financeOfferID @lastModifiedDate = lastModifiedDate end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
4423 4424 4425 |
# File 'lib/eBay.rb', line 4423 def __xmlele_any @__xmlele_any end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
4416 4417 4418 |
# File 'lib/eBay.rb', line 4416 def detailLevel @detailLevel end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
4420 4421 4422 |
# File 'lib/eBay.rb', line 4420 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
4417 4418 4419 |
# File 'lib/eBay.rb', line 4417 def errorLanguage @errorLanguage end |
#financeOfferID ⇒ Object
Returns the value of attribute financeOfferID.
4424 4425 4426 |
# File 'lib/eBay.rb', line 4424 def financeOfferID @financeOfferID end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
4421 4422 4423 |
# File 'lib/eBay.rb', line 4421 def invocationID @invocationID end |
#lastModifiedDate ⇒ Object
Returns the value of attribute lastModifiedDate.
4425 4426 4427 |
# File 'lib/eBay.rb', line 4425 def lastModifiedDate @lastModifiedDate end |
#messageID ⇒ Object
Returns the value of attribute messageID.
4418 4419 4420 |
# File 'lib/eBay.rb', line 4418 def @messageID end |
#version ⇒ Object
Returns the value of attribute version.
4419 4420 4421 |
# File 'lib/eBay.rb', line 4419 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
4422 4423 4424 |
# File 'lib/eBay.rb', line 4422 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
4427 4428 4429 |
# File 'lib/eBay.rb', line 4427 def set_any(elements) @__xmlele_any = elements end |