Class: SiteWideCharacteristicsType

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

Overview

urn:ebay:apis:eBLBaseComponentsSiteWideCharacteristicsType

characteristicsSet - CharacteristicsSetType
excludeCategoryID - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of SiteWideCharacteristicsType.



24459
24460
24461
24462
24463
# File 'lib/eBay.rb', line 24459

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.



24453
24454
24455
# File 'lib/eBay.rb', line 24453

def __xmlele_any
  @__xmlele_any
end

#characteristicsSetObject

Returns the value of attribute characteristicsSet.



24451
24452
24453
# File 'lib/eBay.rb', line 24451

def characteristicsSet
  @characteristicsSet
end

#excludeCategoryIDObject

Returns the value of attribute excludeCategoryID.



24452
24453
24454
# File 'lib/eBay.rb', line 24452

def excludeCategoryID
  @excludeCategoryID
end

Instance Method Details

#set_any(elements) ⇒ Object



24455
24456
24457
# File 'lib/eBay.rb', line 24455

def set_any(elements)
  @__xmlele_any = elements
end