Class: EBay::PromotionalSaleType
- Inherits:
-
Object
- Object
- EBay::PromotionalSaleType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsPromotionalSaleType
promotionalSaleID - SOAP::SOAPLong
promotionalSaleName - SOAP::SOAPString
promotionalSaleItemIDArray - EBay::ItemIDArrayType
status - EBay::PromotionalSaleStatusCodeType
discountType - EBay::DiscountCodeType
discountValue - SOAP::SOAPDouble
promotionalSaleStartTime - SOAP::SOAPDateTime
promotionalSaleEndTime - SOAP::SOAPDateTime
promotionalSaleType - EBay::PromotionalSaleTypeCodeType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#discountType ⇒ Object
Returns the value of attribute discountType.
-
#discountValue ⇒ Object
Returns the value of attribute discountValue.
-
#promotionalSaleEndTime ⇒ Object
Returns the value of attribute promotionalSaleEndTime.
-
#promotionalSaleID ⇒ Object
Returns the value of attribute promotionalSaleID.
-
#promotionalSaleItemIDArray ⇒ Object
Returns the value of attribute promotionalSaleItemIDArray.
-
#promotionalSaleName ⇒ Object
Returns the value of attribute promotionalSaleName.
-
#promotionalSaleStartTime ⇒ Object
Returns the value of attribute promotionalSaleStartTime.
-
#promotionalSaleType ⇒ Object
Returns the value of attribute promotionalSaleType.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Method Summary collapse
-
#initialize(promotionalSaleID = nil, promotionalSaleName = nil, promotionalSaleItemIDArray = nil, status = nil, discountType = nil, discountValue = nil, promotionalSaleStartTime = nil, promotionalSaleEndTime = nil, promotionalSaleType = nil) ⇒ PromotionalSaleType
constructor
A new instance of PromotionalSaleType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(promotionalSaleID = nil, promotionalSaleName = nil, promotionalSaleItemIDArray = nil, status = nil, discountType = nil, discountValue = nil, promotionalSaleStartTime = nil, promotionalSaleEndTime = nil, promotionalSaleType = nil) ⇒ PromotionalSaleType
Returns a new instance of PromotionalSaleType.
29738 29739 29740 29741 29742 29743 29744 29745 29746 29747 29748 29749 |
# File 'lib/eBay.rb', line 29738 def initialize(promotionalSaleID = nil, promotionalSaleName = nil, promotionalSaleItemIDArray = nil, status = nil, discountType = nil, discountValue = nil, promotionalSaleStartTime = nil, promotionalSaleEndTime = nil, promotionalSaleType = nil) @promotionalSaleID = promotionalSaleID @promotionalSaleName = promotionalSaleName @promotionalSaleItemIDArray = promotionalSaleItemIDArray @status = status @discountType = discountType @discountValue = discountValue @promotionalSaleStartTime = promotionalSaleStartTime @promotionalSaleEndTime = promotionalSaleEndTime @promotionalSaleType = promotionalSaleType @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
29732 29733 29734 |
# File 'lib/eBay.rb', line 29732 def __xmlele_any @__xmlele_any end |
#discountType ⇒ Object
Returns the value of attribute discountType.
29727 29728 29729 |
# File 'lib/eBay.rb', line 29727 def discountType @discountType end |
#discountValue ⇒ Object
Returns the value of attribute discountValue.
29728 29729 29730 |
# File 'lib/eBay.rb', line 29728 def discountValue @discountValue end |
#promotionalSaleEndTime ⇒ Object
Returns the value of attribute promotionalSaleEndTime.
29730 29731 29732 |
# File 'lib/eBay.rb', line 29730 def promotionalSaleEndTime @promotionalSaleEndTime end |
#promotionalSaleID ⇒ Object
Returns the value of attribute promotionalSaleID.
29723 29724 29725 |
# File 'lib/eBay.rb', line 29723 def promotionalSaleID @promotionalSaleID end |
#promotionalSaleItemIDArray ⇒ Object
Returns the value of attribute promotionalSaleItemIDArray.
29725 29726 29727 |
# File 'lib/eBay.rb', line 29725 def promotionalSaleItemIDArray @promotionalSaleItemIDArray end |
#promotionalSaleName ⇒ Object
Returns the value of attribute promotionalSaleName.
29724 29725 29726 |
# File 'lib/eBay.rb', line 29724 def promotionalSaleName @promotionalSaleName end |
#promotionalSaleStartTime ⇒ Object
Returns the value of attribute promotionalSaleStartTime.
29729 29730 29731 |
# File 'lib/eBay.rb', line 29729 def promotionalSaleStartTime @promotionalSaleStartTime end |
#promotionalSaleType ⇒ Object
Returns the value of attribute promotionalSaleType.
29731 29732 29733 |
# File 'lib/eBay.rb', line 29731 def promotionalSaleType @promotionalSaleType end |
#status ⇒ Object
Returns the value of attribute status.
29726 29727 29728 |
# File 'lib/eBay.rb', line 29726 def status @status end |
Instance Method Details
#set_any(elements) ⇒ Object
29734 29735 29736 |
# File 'lib/eBay.rb', line 29734 def set_any(elements) @__xmlele_any = elements end |