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", ["UUIDType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvocationID")]],
["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, financeOfferID = nil, lastModifiedDate = nil) ⇒ GetFinanceOffersRequestType

Returns a new instance of GetFinanceOffersRequestType.



3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
# File 'lib/eBay.rb', line 3482

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, financeOfferID = nil, lastModifiedDate = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @errorHandling = errorHandling
  @invocationID = invocationID
  @__xmlele_any = nil
  @financeOfferID = financeOfferID
  @lastModifiedDate = lastModifiedDate
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



3474
3475
3476
# File 'lib/eBay.rb', line 3474

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



3468
3469
3470
# File 'lib/eBay.rb', line 3468

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



3472
3473
3474
# File 'lib/eBay.rb', line 3472

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



3469
3470
3471
# File 'lib/eBay.rb', line 3469

def errorLanguage
  @errorLanguage
end

#financeOfferIDObject

Returns the value of attribute financeOfferID.



3475
3476
3477
# File 'lib/eBay.rb', line 3475

def financeOfferID
  @financeOfferID
end

#invocationIDObject

Returns the value of attribute invocationID.



3473
3474
3475
# File 'lib/eBay.rb', line 3473

def invocationID
  @invocationID
end

#lastModifiedDateObject

Returns the value of attribute lastModifiedDate.



3476
3477
3478
# File 'lib/eBay.rb', line 3476

def lastModifiedDate
  @lastModifiedDate
end

#messageIDObject

Returns the value of attribute messageID.



3470
3471
3472
# File 'lib/eBay.rb', line 3470

def messageID
  @messageID
end

#versionObject

Returns the value of attribute version.



3471
3472
3473
# File 'lib/eBay.rb', line 3471

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



3478
3479
3480
# File 'lib/eBay.rb', line 3478

def set_any(elements)
  @__xmlele_any = elements
end