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.



3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
# File 'lib/eBay.rb', line 3236

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.



3226
3227
3228
# File 'lib/eBay.rb', line 3226

def __xmlele_any
  @__xmlele_any
end

#categoryIDObject

Returns the value of attribute categoryID.



3227
3228
3229
# File 'lib/eBay.rb', line 3227

def categoryID
  @categoryID
end

#detailLevelObject

Returns the value of attribute detailLevel.



3219
3220
3221
# File 'lib/eBay.rb', line 3219

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



3223
3224
3225
# File 'lib/eBay.rb', line 3223

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



3220
3221
3222
# File 'lib/eBay.rb', line 3220

def errorLanguage
  @errorLanguage
end

#featureIDObject

Returns the value of attribute featureID.



3230
3231
3232
# File 'lib/eBay.rb', line 3230

def featureID
  @featureID
end

#invocationIDObject

Returns the value of attribute invocationID.



3224
3225
3226
# File 'lib/eBay.rb', line 3224

def invocationID
  @invocationID
end

#levelLimitObject

Returns the value of attribute levelLimit.



3228
3229
3230
# File 'lib/eBay.rb', line 3228

def levelLimit
  @levelLimit
end

#messageIDObject

Returns the value of attribute messageID.



3221
3222
3223
# File 'lib/eBay.rb', line 3221

def messageID
  @messageID
end

#versionObject

Returns the value of attribute version.



3222
3223
3224
# File 'lib/eBay.rb', line 3222

def version
  @version
end

#viewAllNodesObject

Returns the value of attribute viewAllNodes.



3229
3230
3231
# File 'lib/eBay.rb', line 3229

def viewAllNodes
  @viewAllNodes
end

#warningLevelObject

Returns the value of attribute warningLevel.



3225
3226
3227
# File 'lib/eBay.rb', line 3225

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



3232
3233
3234
# File 'lib/eBay.rb', line 3232

def set_any(elements)
  @__xmlele_any = elements
end