Class: EBay::StoreOwnerExtendedListingDurationsType

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

Overview

urn:ebay:apis:eBLBaseComponentsStoreOwnerExtendedListingDurationsType

duration - SOAP::SOAPToken

Instance Attribute Summary collapse

Instance Method Summary collapse

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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



33860
33861
33862
# File 'lib/eBay.rb', line 33860

def __xmlele_any
  @__xmlele_any
end

#durationObject

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