Class: GetCategory2FinanceOfferRequestType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsGetCategory2FinanceOfferRequestType

Constant Summary collapse

@@schema_type =
"GetCategory2FinanceOfferRequestType"
@@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")]],
["categoryID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CategoryID")]],
["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, categoryID = nil, lastModifiedDate = nil) ⇒ GetCategory2FinanceOfferRequestType

Returns a new instance of GetCategory2FinanceOfferRequestType.



2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
# File 'lib/eBay.rb', line 2477

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



2469
2470
2471
# File 'lib/eBay.rb', line 2469

def __xmlele_any
  @__xmlele_any
end

#categoryIDObject

Returns the value of attribute categoryID.



2470
2471
2472
# File 'lib/eBay.rb', line 2470

def categoryID
  @categoryID
end

#detailLevelObject

Returns the value of attribute detailLevel.



2463
2464
2465
# File 'lib/eBay.rb', line 2463

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



2467
2468
2469
# File 'lib/eBay.rb', line 2467

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



2464
2465
2466
# File 'lib/eBay.rb', line 2464

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



2468
2469
2470
# File 'lib/eBay.rb', line 2468

def invocationID
  @invocationID
end

#lastModifiedDateObject

Returns the value of attribute lastModifiedDate.



2471
2472
2473
# File 'lib/eBay.rb', line 2471

def lastModifiedDate
  @lastModifiedDate
end

#messageIDObject

Returns the value of attribute messageID.



2465
2466
2467
# File 'lib/eBay.rb', line 2465

def messageID
  @messageID
end

#versionObject

Returns the value of attribute version.



2466
2467
2468
# File 'lib/eBay.rb', line 2466

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



2473
2474
2475
# File 'lib/eBay.rb', line 2473

def set_any(elements)
  @__xmlele_any = elements
end