Class: EBay::ListingEnhancementDurationReferenceType
- Inherits:
-
Object
- Object
- EBay::ListingEnhancementDurationReferenceType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsListingEnhancementDurationReferenceType
duration - SOAP::SOAPToken
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#duration ⇒ Object
Returns the value of attribute duration.
Instance Method Summary collapse
-
#initialize(duration = []) ⇒ ListingEnhancementDurationReferenceType
constructor
A new instance of ListingEnhancementDurationReferenceType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(duration = []) ⇒ ListingEnhancementDurationReferenceType
Returns a new instance of ListingEnhancementDurationReferenceType.
26187 26188 26189 26190 |
# File 'lib/eBay.rb', line 26187 def initialize(duration = []) @duration = duration @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
26181 26182 26183 |
# File 'lib/eBay.rb', line 26181 def __xmlele_any @__xmlele_any end |
#duration ⇒ Object
Returns the value of attribute duration.
26180 26181 26182 |
# File 'lib/eBay.rb', line 26180 def duration @duration end |
Instance Method Details
#set_any(elements) ⇒ Object
26183 26184 26185 |
# File 'lib/eBay.rb', line 26183 def set_any(elements) @__xmlele_any = elements end |