Class: GetCategory2FinanceOfferRequestType
- Inherits:
-
Object
- Object
- GetCategory2FinanceOfferRequestType
- 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", ["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")]], ["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
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#categoryID ⇒ Object
Returns the value of attribute categoryID.
-
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
-
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
-
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
-
#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, categoryID = nil, lastModifiedDate = nil) ⇒ GetCategory2FinanceOfferRequestType
constructor
A new instance of GetCategory2FinanceOfferRequestType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, categoryID = nil, lastModifiedDate = nil) ⇒ GetCategory2FinanceOfferRequestType
Returns a new instance of GetCategory2FinanceOfferRequestType.
3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 |
# File 'lib/eBay.rb', line 3122 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, categoryID = nil, lastModifiedDate = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage = @version = version @errorHandling = errorHandling @invocationID = invocationID @warningLevel = warningLevel @__xmlele_any = nil @categoryID = categoryID @lastModifiedDate = lastModifiedDate end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
3114 3115 3116 |
# File 'lib/eBay.rb', line 3114 def __xmlele_any @__xmlele_any end |
#categoryID ⇒ Object
Returns the value of attribute categoryID.
3115 3116 3117 |
# File 'lib/eBay.rb', line 3115 def categoryID @categoryID end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
3107 3108 3109 |
# File 'lib/eBay.rb', line 3107 def detailLevel @detailLevel end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
3111 3112 3113 |
# File 'lib/eBay.rb', line 3111 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
3108 3109 3110 |
# File 'lib/eBay.rb', line 3108 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
3112 3113 3114 |
# File 'lib/eBay.rb', line 3112 def invocationID @invocationID end |
#lastModifiedDate ⇒ Object
Returns the value of attribute lastModifiedDate.
3116 3117 3118 |
# File 'lib/eBay.rb', line 3116 def lastModifiedDate @lastModifiedDate end |
#messageID ⇒ Object
Returns the value of attribute messageID.
3109 3110 3111 |
# File 'lib/eBay.rb', line 3109 def end |
#version ⇒ Object
Returns the value of attribute version.
3110 3111 3112 |
# File 'lib/eBay.rb', line 3110 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
3113 3114 3115 |
# File 'lib/eBay.rb', line 3113 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
3118 3119 3120 |
# File 'lib/eBay.rb', line 3118 def set_any(elements) @__xmlele_any = elements end |