Class: GetCategoriesRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetCategoriesRequestType

Constant Summary collapse

@@schema_type =
"GetCategoriesRequestType"
@@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")]],
["categorySiteID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CategorySiteID")]],
["categoryParent", ["SOAP::SOAPString[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CategoryParent")]],
["levelLimit", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "LevelLimit")]],
["viewAllNodes", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ViewAllNodes")]],
["reservePriceInclusive", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ReservePriceInclusive")]],
["minimumReservePrice", ["SOAP::SOAPDouble", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MinimumReservePrice")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, categorySiteID = nil, categoryParent = [], levelLimit = nil, viewAllNodes = nil, reservePriceInclusive = nil, minimumReservePrice = nil) ⇒ GetCategoriesRequestType

Returns a new instance of GetCategoriesRequestType.



2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
# File 'lib/eBay.rb', line 2245

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, categorySiteID = nil, categoryParent = [], levelLimit = nil, viewAllNodes = nil, reservePriceInclusive = nil, minimumReservePrice = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @errorHandling = errorHandling
  @invocationID = invocationID
  @__xmlele_any = nil
  @categorySiteID = categorySiteID
  @categoryParent = categoryParent
  @levelLimit = levelLimit
  @viewAllNodes = viewAllNodes
  @reservePriceInclusive = reservePriceInclusive
  @minimumReservePrice = minimumReservePrice
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



2233
2234
2235
# File 'lib/eBay.rb', line 2233

def __xmlele_any
  @__xmlele_any
end

#categoryParentObject

Returns the value of attribute categoryParent.



2235
2236
2237
# File 'lib/eBay.rb', line 2235

def categoryParent
  @categoryParent
end

#categorySiteIDObject

Returns the value of attribute categorySiteID.



2234
2235
2236
# File 'lib/eBay.rb', line 2234

def categorySiteID
  @categorySiteID
end

#detailLevelObject

Returns the value of attribute detailLevel.



2227
2228
2229
# File 'lib/eBay.rb', line 2227

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



2231
2232
2233
# File 'lib/eBay.rb', line 2231

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



2228
2229
2230
# File 'lib/eBay.rb', line 2228

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



2232
2233
2234
# File 'lib/eBay.rb', line 2232

def invocationID
  @invocationID
end

#levelLimitObject

Returns the value of attribute levelLimit.



2236
2237
2238
# File 'lib/eBay.rb', line 2236

def levelLimit
  @levelLimit
end

#messageIDObject

Returns the value of attribute messageID.



2229
2230
2231
# File 'lib/eBay.rb', line 2229

def messageID
  @messageID
end

#minimumReservePriceObject

Returns the value of attribute minimumReservePrice.



2239
2240
2241
# File 'lib/eBay.rb', line 2239

def minimumReservePrice
  @minimumReservePrice
end

#reservePriceInclusiveObject

Returns the value of attribute reservePriceInclusive.



2238
2239
2240
# File 'lib/eBay.rb', line 2238

def reservePriceInclusive
  @reservePriceInclusive
end

#versionObject

Returns the value of attribute version.



2230
2231
2232
# File 'lib/eBay.rb', line 2230

def version
  @version
end

#viewAllNodesObject

Returns the value of attribute viewAllNodes.



2237
2238
2239
# File 'lib/eBay.rb', line 2237

def viewAllNodes
  @viewAllNodes
end

Instance Method Details

#set_any(elements) ⇒ Object



2241
2242
2243
# File 'lib/eBay.rb', line 2241

def set_any(elements)
  @__xmlele_any = elements
end