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.



20251
20252
20253
20254
20255
# File 'lib/eBay.rb', line 20251

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.



20245
20246
20247
# File 'lib/eBay.rb', line 20245

def __xmlele_any
  @__xmlele_any
end

#characteristicsSetObject

Returns the value of attribute characteristicsSet.



20243
20244
20245
# File 'lib/eBay.rb', line 20243

def characteristicsSet
  @characteristicsSet
end

#excludeCategoryIDObject

Returns the value of attribute excludeCategoryID.



20244
20245
20246
# File 'lib/eBay.rb', line 20244

def excludeCategoryID
  @excludeCategoryID
end

Instance Method Details

#set_any(elements) ⇒ Object



20247
20248
20249
# File 'lib/eBay.rb', line 20247

def set_any(elements)
  @__xmlele_any = elements
end