Class: EBay::SiteWideCharacteristicsType

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

Overview

urn:ebay:apis:eBLBaseComponentsSiteWideCharacteristicsType

characteristicsSet - EBay::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.



33528
33529
33530
33531
33532
# File 'lib/eBay.rb', line 33528

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.



33522
33523
33524
# File 'lib/eBay.rb', line 33522

def __xmlele_any
  @__xmlele_any
end

#characteristicsSetObject

Returns the value of attribute characteristicsSet.



33520
33521
33522
# File 'lib/eBay.rb', line 33520

def characteristicsSet
  @characteristicsSet
end

#excludeCategoryIDObject

Returns the value of attribute excludeCategoryID.



33521
33522
33523
# File 'lib/eBay.rb', line 33521

def excludeCategoryID
  @excludeCategoryID
end

Instance Method Details

#set_any(elements) ⇒ Object



33524
33525
33526
# File 'lib/eBay.rb', line 33524

def set_any(elements)
  @__xmlele_any = elements
end