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", ["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")]],
  ["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, warningLevel = nil, categoryID = nil, levelLimit = nil, viewAllNodes = nil, featureID = []) ⇒ GetCategoryFeaturesRequestType

Returns a new instance of GetCategoryFeaturesRequestType.



2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
# File 'lib/eBay.rb', line 2819

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, categoryID = nil, levelLimit = nil, viewAllNodes = nil, featureID = [])
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @errorHandling = errorHandling
  @invocationID = invocationID
  @warningLevel = warningLevel
  @__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.



2809
2810
2811
# File 'lib/eBay.rb', line 2809

def __xmlele_any
  @__xmlele_any
end

#categoryIDObject

Returns the value of attribute categoryID.



2810
2811
2812
# File 'lib/eBay.rb', line 2810

def categoryID
  @categoryID
end

#detailLevelObject

Returns the value of attribute detailLevel.



2802
2803
2804
# File 'lib/eBay.rb', line 2802

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



2806
2807
2808
# File 'lib/eBay.rb', line 2806

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



2803
2804
2805
# File 'lib/eBay.rb', line 2803

def errorLanguage
  @errorLanguage
end

#featureIDObject

Returns the value of attribute featureID.



2813
2814
2815
# File 'lib/eBay.rb', line 2813

def featureID
  @featureID
end

#invocationIDObject

Returns the value of attribute invocationID.



2807
2808
2809
# File 'lib/eBay.rb', line 2807

def invocationID
  @invocationID
end

#levelLimitObject

Returns the value of attribute levelLimit.



2811
2812
2813
# File 'lib/eBay.rb', line 2811

def levelLimit
  @levelLimit
end

#messageIDObject

Returns the value of attribute messageID.



2804
2805
2806
# File 'lib/eBay.rb', line 2804

def messageID
  @messageID
end

#versionObject

Returns the value of attribute version.



2805
2806
2807
# File 'lib/eBay.rb', line 2805

def version
  @version
end

#viewAllNodesObject

Returns the value of attribute viewAllNodes.



2812
2813
2814
# File 'lib/eBay.rb', line 2812

def viewAllNodes
  @viewAllNodes
end

#warningLevelObject

Returns the value of attribute warningLevel.



2808
2809
2810
# File 'lib/eBay.rb', line 2808

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



2815
2816
2817
# File 'lib/eBay.rb', line 2815

def set_any(elements)
  @__xmlele_any = elements
end