Class: PromotionalSaleDetailsType

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

Overview

urn:ebay:apis:eBLBaseComponentsPromotionalSaleDetailsType

originalPrice - AmountType
startTime - SOAP::SOAPDateTime
endTime - SOAP::SOAPDateTime

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(originalPrice = nil, startTime = nil, endTime = nil) ⇒ PromotionalSaleDetailsType

Returns a new instance of PromotionalSaleDetailsType.



22796
22797
22798
22799
22800
22801
# File 'lib/eBay.rb', line 22796

def initialize(originalPrice = nil, startTime = nil, endTime = nil)
  @originalPrice = originalPrice
  @startTime = startTime
  @endTime = endTime
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



22790
22791
22792
# File 'lib/eBay.rb', line 22790

def __xmlele_any
  @__xmlele_any
end

#endTimeObject

Returns the value of attribute endTime.



22789
22790
22791
# File 'lib/eBay.rb', line 22789

def endTime
  @endTime
end

#originalPriceObject

Returns the value of attribute originalPrice.



22787
22788
22789
# File 'lib/eBay.rb', line 22787

def originalPrice
  @originalPrice
end

#startTimeObject

Returns the value of attribute startTime.



22788
22789
22790
# File 'lib/eBay.rb', line 22788

def startTime
  @startTime
end

Instance Method Details

#set_any(elements) ⇒ Object



22792
22793
22794
# File 'lib/eBay.rb', line 22792

def set_any(elements)
  @__xmlele_any = elements
end