Class: EBay::StoreOwnerExtendedListingDurationsType
- Inherits:
-
Object
- Object
- EBay::StoreOwnerExtendedListingDurationsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsStoreOwnerExtendedListingDurationsType
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 = []) ⇒ StoreOwnerExtendedListingDurationsType
constructor
A new instance of StoreOwnerExtendedListingDurationsType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(duration = []) ⇒ StoreOwnerExtendedListingDurationsType
Returns a new instance of StoreOwnerExtendedListingDurationsType.
33866 33867 33868 33869 |
# File 'lib/eBay.rb', line 33866 def initialize(duration = []) @duration = duration @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
33860 33861 33862 |
# File 'lib/eBay.rb', line 33860 def __xmlele_any @__xmlele_any end |
#duration ⇒ Object
Returns the value of attribute duration.
33859 33860 33861 |
# File 'lib/eBay.rb', line 33859 def duration @duration end |
Instance Method Details
#set_any(elements) ⇒ Object
33862 33863 33864 |
# File 'lib/eBay.rb', line 33862 def set_any(elements) @__xmlele_any = elements end |