Class: EBay::ListingStartPriceDetailsType

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



26300
26301
26302
# File 'lib/eBay.rb', line 26300

def __xmlele_any
  @__xmlele_any
end

#descriptionObject

Returns the value of attribute description.



26294
26295
26296
# File 'lib/eBay.rb', line 26294

def description
  @description
end

#detailVersionObject

Returns the value of attribute detailVersion.



26297
26298
26299
# File 'lib/eBay.rb', line 26297

def detailVersion
  @detailVersion
end

#listingTypeObject

Returns the value of attribute listingType.



26295
26296
26297
# File 'lib/eBay.rb', line 26295

def listingType
  @listingType
end

#minBuyItNowPricePercentObject

Returns the value of attribute minBuyItNowPricePercent.



26299
26300
26301
# File 'lib/eBay.rb', line 26299

def minBuyItNowPricePercent
  @minBuyItNowPricePercent
end

#startPriceObject

Returns the value of attribute startPrice.



26296
26297
26298
# File 'lib/eBay.rb', line 26296

def startPrice
  @startPrice
end

#updateTimeObject

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