Class: EBay::SiteWideCharacteristicsType
- Inherits:
-
Object
- Object
- EBay::SiteWideCharacteristicsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsSiteWideCharacteristicsType
characteristicsSet - EBay::CharacteristicsSetType
excludeCategoryID - SOAP::SOAPString
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#characteristicsSet ⇒ Object
Returns the value of attribute characteristicsSet.
-
#excludeCategoryID ⇒ Object
Returns the value of attribute excludeCategoryID.
Instance Method Summary collapse
-
#initialize(characteristicsSet = nil, excludeCategoryID = []) ⇒ SiteWideCharacteristicsType
constructor
A new instance of SiteWideCharacteristicsType.
- #set_any(elements) ⇒ Object
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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
33522 33523 33524 |
# File 'lib/eBay.rb', line 33522 def __xmlele_any @__xmlele_any end |
#characteristicsSet ⇒ Object
Returns the value of attribute characteristicsSet.
33520 33521 33522 |
# File 'lib/eBay.rb', line 33520 def characteristicsSet @characteristicsSet end |
#excludeCategoryID ⇒ Object
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 |