Class: EBay::ListingStartPriceDetailsType
- Inherits:
-
Object
- Object
- EBay::ListingStartPriceDetailsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsListingStartPriceDetailsType
description - SOAP::SOAPString
listingType - EBay::ListingTypeCodeType
startPrice - EBay::AmountType
detailVersion - SOAP::SOAPString
updateTime - SOAP::SOAPDateTime
minBuyItNowPricePercent - SOAP::SOAPFloat
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#description ⇒ Object
Returns the value of attribute description.
-
#detailVersion ⇒ Object
Returns the value of attribute detailVersion.
-
#listingType ⇒ Object
Returns the value of attribute listingType.
-
#minBuyItNowPricePercent ⇒ Object
Returns the value of attribute minBuyItNowPricePercent.
-
#startPrice ⇒ Object
Returns the value of attribute startPrice.
-
#updateTime ⇒ Object
Returns the value of attribute updateTime.
Instance Method Summary collapse
-
#initialize(description = nil, listingType = nil, startPrice = nil, detailVersion = nil, updateTime = nil, minBuyItNowPricePercent = nil) ⇒ ListingStartPriceDetailsType
constructor
A new instance of ListingStartPriceDetailsType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(description = nil, listingType = nil, startPrice = nil, detailVersion = nil, updateTime = nil, minBuyItNowPricePercent = nil) ⇒ ListingStartPriceDetailsType
Returns a new instance of ListingStartPriceDetailsType.
26306 26307 26308 26309 26310 26311 26312 26313 26314 |
# File 'lib/eBay.rb', line 26306 def initialize(description = nil, listingType = nil, startPrice = nil, detailVersion = nil, updateTime = nil, minBuyItNowPricePercent = nil) @description = description @listingType = listingType @startPrice = startPrice @detailVersion = detailVersion @updateTime = updateTime @minBuyItNowPricePercent = minBuyItNowPricePercent @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
26300 26301 26302 |
# File 'lib/eBay.rb', line 26300 def __xmlele_any @__xmlele_any end |
#description ⇒ Object
Returns the value of attribute description.
26294 26295 26296 |
# File 'lib/eBay.rb', line 26294 def description @description end |
#detailVersion ⇒ Object
Returns the value of attribute detailVersion.
26297 26298 26299 |
# File 'lib/eBay.rb', line 26297 def detailVersion @detailVersion end |
#listingType ⇒ Object
Returns the value of attribute listingType.
26295 26296 26297 |
# File 'lib/eBay.rb', line 26295 def listingType @listingType end |
#minBuyItNowPricePercent ⇒ Object
Returns the value of attribute minBuyItNowPricePercent.
26299 26300 26301 |
# File 'lib/eBay.rb', line 26299 def minBuyItNowPricePercent @minBuyItNowPricePercent end |
#startPrice ⇒ Object
Returns the value of attribute startPrice.
26296 26297 26298 |
# File 'lib/eBay.rb', line 26296 def startPrice @startPrice end |
#updateTime ⇒ Object
Returns the value of attribute updateTime.
26298 26299 26300 |
# File 'lib/eBay.rb', line 26298 def updateTime @updateTime end |
Instance Method Details
#set_any(elements) ⇒ Object
26302 26303 26304 |
# File 'lib/eBay.rb', line 26302 def set_any(elements) @__xmlele_any = elements end |