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.



3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
# File 'lib/eBay.rb', line 3767

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.



3759
3760
3761
# File 'lib/eBay.rb', line 3759

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



3752
3753
3754
# File 'lib/eBay.rb', line 3752

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



3756
3757
3758
# File 'lib/eBay.rb', line 3756

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



3753
3754
3755
# File 'lib/eBay.rb', line 3753

def errorLanguage
  @errorLanguage
end

#financeOfferIDObject

Returns the value of attribute financeOfferID.



3760
3761
3762
# File 'lib/eBay.rb', line 3760

def financeOfferID
  @financeOfferID
end

#invocationIDObject

Returns the value of attribute invocationID.



3757
3758
3759
# File 'lib/eBay.rb', line 3757

def invocationID
  @invocationID
end

#lastModifiedDateObject

Returns the value of attribute lastModifiedDate.



3761
3762
3763
# File 'lib/eBay.rb', line 3761

def lastModifiedDate
  @lastModifiedDate
end

#messageIDObject

Returns the value of attribute messageID.



3754
3755
3756
# File 'lib/eBay.rb', line 3754

def messageID
  @messageID
end

#versionObject

Returns the value of attribute version.



3755
3756
3757
# File 'lib/eBay.rb', line 3755

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



3758
3759
3760
# File 'lib/eBay.rb', line 3758

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



3763
3764
3765
# File 'lib/eBay.rb', line 3763

def set_any(elements)
  @__xmlele_any = elements
end