Class: EBay::PromotionalSaleDetailsType
- Inherits:
-
Object
- Object
- EBay::PromotionalSaleDetailsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsPromotionalSaleDetailsType
originalPrice - EBay::AmountType
startTime - SOAP::SOAPDateTime
endTime - SOAP::SOAPDateTime
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#endTime ⇒ Object
Returns the value of attribute endTime.
-
#originalPrice ⇒ Object
Returns the value of attribute originalPrice.
-
#startTime ⇒ Object
Returns the value of attribute startTime.
Instance Method Summary collapse
-
#initialize(originalPrice = nil, startTime = nil, endTime = nil) ⇒ PromotionalSaleDetailsType
constructor
A new instance of PromotionalSaleDetailsType.
- #set_any(elements) ⇒ Object
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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
29698 29699 29700 |
# File 'lib/eBay.rb', line 29698 def __xmlele_any @__xmlele_any end |
#endTime ⇒ Object
Returns the value of attribute endTime.
29697 29698 29699 |
# File 'lib/eBay.rb', line 29697 def endTime @endTime end |
#originalPrice ⇒ Object
Returns the value of attribute originalPrice.
29695 29696 29697 |
# File 'lib/eBay.rb', line 29695 def originalPrice @originalPrice end |
#startTime ⇒ Object
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 |