Class: SiteWideCharacteristicsType

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

Overview

urn:ebay:apis:eBLBaseComponentsSiteWideCharacteristicsType

Constant Summary collapse

@@schema_type =
"SiteWideCharacteristicsType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
["characteristicsSet", ["CharacteristicsSetType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CharacteristicsSet")]],
["excludeCategoryID", ["SOAP::SOAPString[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ExcludeCategoryID")]],
["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(characteristicsSet = nil, excludeCategoryID = []) ⇒ SiteWideCharacteristicsType

Returns a new instance of SiteWideCharacteristicsType.



17841
17842
17843
17844
17845
# File 'lib/eBay.rb', line 17841

def initialize(characteristicsSet = nil, excludeCategoryID = [])
  @characteristicsSet = characteristicsSet
  @excludeCategoryID = excludeCategoryID
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



17835
17836
17837
# File 'lib/eBay.rb', line 17835

def __xmlele_any
  @__xmlele_any
end

#characteristicsSetObject

Returns the value of attribute characteristicsSet.



17833
17834
17835
# File 'lib/eBay.rb', line 17833

def characteristicsSet
  @characteristicsSet
end

#excludeCategoryIDObject

Returns the value of attribute excludeCategoryID.



17834
17835
17836
# File 'lib/eBay.rb', line 17834

def excludeCategoryID
  @excludeCategoryID
end

Instance Method Details

#set_any(elements) ⇒ Object



17837
17838
17839
# File 'lib/eBay.rb', line 17837

def set_any(elements)
  @__xmlele_any = elements
end