Class: GetFinanceOffersRequestType

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, financeOfferID = nil, lastModifiedDate = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @errorHandling = errorHandling
  @invocationID = invocationID
  @warningLevel = warningLevel
  @__xmlele_any = nil
  @financeOfferID = financeOfferID
  @lastModifiedDate = lastModifiedDate
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



4423
4424
4425
# File 'lib/eBay.rb', line 4423

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



4416
4417
4418
# File 'lib/eBay.rb', line 4416

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



4420
4421
4422
# File 'lib/eBay.rb', line 4420

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



4417
4418
4419
# File 'lib/eBay.rb', line 4417

def errorLanguage
  @errorLanguage
end

#financeOfferIDObject

Returns the value of attribute financeOfferID.



4424
4425
4426
# File 'lib/eBay.rb', line 4424

def financeOfferID
  @financeOfferID
end

#invocationIDObject

Returns the value of attribute invocationID.



4421
4422
4423
# File 'lib/eBay.rb', line 4421

def invocationID
  @invocationID
end

#lastModifiedDateObject

Returns the value of attribute lastModifiedDate.



4425
4426
4427
# File 'lib/eBay.rb', line 4425

def lastModifiedDate
  @lastModifiedDate
end

#messageIDObject

Returns the value of attribute messageID.



4418
4419
4420
# File 'lib/eBay.rb', line 4418

def messageID
  @messageID
end

#versionObject

Returns the value of attribute version.



4419
4420
4421
# File 'lib/eBay.rb', line 4419

def version
  @version
end

#warningLevelObject

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