Class: GetContextualKeywordsRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetContextualKeywordsRequestType

Constant Summary collapse

@@schema_type =
"GetContextualKeywordsRequestType"
@@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")]],
  ["uRL", ["SOAP::SOAPAnyURI", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "URL")]],
  ["encoding", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Encoding")]],
  ["categoryID", ["SOAP::SOAPString[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CategoryID")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, uRL = nil, encoding = nil, categoryID = []) ⇒ GetContextualKeywordsRequestType

Returns a new instance of GetContextualKeywordsRequestType.



3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
# File 'lib/eBay.rb', line 3865

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, uRL = nil, encoding = nil, categoryID = [])
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @errorHandling = errorHandling
  @invocationID = invocationID
  @warningLevel = warningLevel
  @__xmlele_any = nil
  @uRL = uRL
  @encoding = encoding
  @categoryID = categoryID
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



3856
3857
3858
# File 'lib/eBay.rb', line 3856

def __xmlele_any
  @__xmlele_any
end

#categoryIDObject

Returns the value of attribute categoryID.



3859
3860
3861
# File 'lib/eBay.rb', line 3859

def categoryID
  @categoryID
end

#detailLevelObject

Returns the value of attribute detailLevel.



3849
3850
3851
# File 'lib/eBay.rb', line 3849

def detailLevel
  @detailLevel
end

#encodingObject

Returns the value of attribute encoding.



3858
3859
3860
# File 'lib/eBay.rb', line 3858

def encoding
  @encoding
end

#errorHandlingObject

Returns the value of attribute errorHandling.



3853
3854
3855
# File 'lib/eBay.rb', line 3853

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



3850
3851
3852
# File 'lib/eBay.rb', line 3850

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



3854
3855
3856
# File 'lib/eBay.rb', line 3854

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



3851
3852
3853
# File 'lib/eBay.rb', line 3851

def messageID
  @messageID
end

#uRLObject

Returns the value of attribute uRL.



3857
3858
3859
# File 'lib/eBay.rb', line 3857

def uRL
  @uRL
end

#versionObject

Returns the value of attribute version.



3852
3853
3854
# File 'lib/eBay.rb', line 3852

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



3855
3856
3857
# File 'lib/eBay.rb', line 3855

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



3861
3862
3863
# File 'lib/eBay.rb', line 3861

def set_any(elements)
  @__xmlele_any = elements
end