Class: EBay::PromotionalSaleDetailsType

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

Overview

urn:ebay:apis:eBLBaseComponentsPromotionalSaleDetailsType

originalPrice - EBay::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.



29704
29705
29706
29707
29708
29709
# File 'lib/eBay.rb', line 29704

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.



29698
29699
29700
# File 'lib/eBay.rb', line 29698

def __xmlele_any
  @__xmlele_any
end

#endTimeObject

Returns the value of attribute endTime.



29697
29698
29699
# File 'lib/eBay.rb', line 29697

def endTime
  @endTime
end

#originalPriceObject

Returns the value of attribute originalPrice.



29695
29696
29697
# File 'lib/eBay.rb', line 29695

def originalPrice
  @originalPrice
end

#startTimeObject

Returns the value of attribute startTime.



29696
29697
29698
# File 'lib/eBay.rb', line 29696

def startTime
  @startTime
end

Instance Method Details

#set_any(elements) ⇒ Object



29700
29701
29702
# File 'lib/eBay.rb', line 29700

def set_any(elements)
  @__xmlele_any = elements
end