Class: GetSuggestedCategoriesRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetSuggestedCategoriesRequestType

Constant Summary collapse

@@schema_type =
"GetSuggestedCategoriesRequestType"
@@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")]],
["query", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Query")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, query = nil) ⇒ GetSuggestedCategoriesRequestType

Returns a new instance of GetSuggestedCategoriesRequestType.



7708
7709
7710
7711
7712
7713
7714
7715
7716
7717
# File 'lib/eBay.rb', line 7708

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, query = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @errorHandling = errorHandling
  @invocationID = invocationID
  @__xmlele_any = nil
  @query = query
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



7701
7702
7703
# File 'lib/eBay.rb', line 7701

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



7695
7696
7697
# File 'lib/eBay.rb', line 7695

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



7699
7700
7701
# File 'lib/eBay.rb', line 7699

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



7696
7697
7698
# File 'lib/eBay.rb', line 7696

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



7700
7701
7702
# File 'lib/eBay.rb', line 7700

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



7697
7698
7699
# File 'lib/eBay.rb', line 7697

def messageID
  @messageID
end

#queryObject

Returns the value of attribute query.



7702
7703
7704
# File 'lib/eBay.rb', line 7702

def query
  @query
end

#versionObject

Returns the value of attribute version.



7698
7699
7700
# File 'lib/eBay.rb', line 7698

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



7704
7705
7706
# File 'lib/eBay.rb', line 7704

def set_any(elements)
  @__xmlele_any = elements
end