Class: GetCategoryFeaturesRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetCategoryFeaturesRequestType

Constant Summary collapse

@@schema_type =
"GetCategoryFeaturesRequestType"
@@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")]],
["levelLimit", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "LevelLimit")]],
["viewAllNodes", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ViewAllNodes")]],
["featureID", ["FeatureIDCodeType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "FeatureID")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, categoryID = nil, levelLimit = nil, viewAllNodes = nil, featureID = []) ⇒ GetCategoryFeaturesRequestType

Returns a new instance of GetCategoryFeaturesRequestType.



2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
# File 'lib/eBay.rb', line 2583

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



2573
2574
2575
# File 'lib/eBay.rb', line 2573

def __xmlele_any
  @__xmlele_any
end

#categoryIDObject

Returns the value of attribute categoryID.



2574
2575
2576
# File 'lib/eBay.rb', line 2574

def categoryID
  @categoryID
end

#detailLevelObject

Returns the value of attribute detailLevel.



2567
2568
2569
# File 'lib/eBay.rb', line 2567

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



2571
2572
2573
# File 'lib/eBay.rb', line 2571

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



2568
2569
2570
# File 'lib/eBay.rb', line 2568

def errorLanguage
  @errorLanguage
end

#featureIDObject

Returns the value of attribute featureID.



2577
2578
2579
# File 'lib/eBay.rb', line 2577

def featureID
  @featureID
end

#invocationIDObject

Returns the value of attribute invocationID.



2572
2573
2574
# File 'lib/eBay.rb', line 2572

def invocationID
  @invocationID
end

#levelLimitObject

Returns the value of attribute levelLimit.



2575
2576
2577
# File 'lib/eBay.rb', line 2575

def levelLimit
  @levelLimit
end

#messageIDObject

Returns the value of attribute messageID.



2569
2570
2571
# File 'lib/eBay.rb', line 2569

def messageID
  @messageID
end

#versionObject

Returns the value of attribute version.



2570
2571
2572
# File 'lib/eBay.rb', line 2570

def version
  @version
end

#viewAllNodesObject

Returns the value of attribute viewAllNodes.



2576
2577
2578
# File 'lib/eBay.rb', line 2576

def viewAllNodes
  @viewAllNodes
end

Instance Method Details

#set_any(elements) ⇒ Object



2579
2580
2581
# File 'lib/eBay.rb', line 2579

def set_any(elements)
  @__xmlele_any = elements
end