Class: ListingDetailsType

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

Overview

urn:ebay:apis:eBLBaseComponentsListingDetailsType

Constant Summary collapse

@@schema_type =
"ListingDetailsType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
  ["adult", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Adult")]],
  ["bindingAuction", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "BindingAuction")]],
  ["checkoutEnabled", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CheckoutEnabled")]],
  ["convertedBuyItNowPrice", ["AmountType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ConvertedBuyItNowPrice")]],
  ["convertedStartPrice", ["AmountType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ConvertedStartPrice")]],
  ["convertedReservePrice", ["AmountType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ConvertedReservePrice")]],
  ["hasReservePrice", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "HasReservePrice")]],
  ["regionName", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "RegionName")]],
  ["relistedItemID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "RelistedItemID")]],
  ["secondChanceOriginalItemID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "SecondChanceOriginalItemID")]],
  ["startTime", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "StartTime")]],
  ["endTime", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "EndTime")]],
  ["viewItemURL", ["SOAP::SOAPAnyURI", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ViewItemURL")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(adult = nil, bindingAuction = nil, checkoutEnabled = nil, convertedBuyItNowPrice = nil, convertedStartPrice = nil, convertedReservePrice = nil, hasReservePrice = nil, regionName = nil, relistedItemID = nil, secondChanceOriginalItemID = nil, startTime = nil, endTime = nil, viewItemURL = nil) ⇒ ListingDetailsType

Returns a new instance of ListingDetailsType.



2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
# File 'lib/v_paypal/default.rb', line 2358

def initialize(adult = nil, bindingAuction = nil, checkoutEnabled = nil, convertedBuyItNowPrice = nil, convertedStartPrice = nil, convertedReservePrice = nil, hasReservePrice = nil, regionName = nil, relistedItemID = nil, secondChanceOriginalItemID = nil, startTime = nil, endTime = nil, viewItemURL = nil)
  @adult = adult
  @bindingAuction = bindingAuction
  @checkoutEnabled = checkoutEnabled
  @convertedBuyItNowPrice = convertedBuyItNowPrice
  @convertedStartPrice = convertedStartPrice
  @convertedReservePrice = convertedReservePrice
  @hasReservePrice = hasReservePrice
  @regionName = regionName
  @relistedItemID = relistedItemID
  @secondChanceOriginalItemID = secondChanceOriginalItemID
  @startTime = startTime
  @endTime = endTime
  @viewItemURL = viewItemURL
end

Instance Attribute Details

#adultObject

Returns the value of attribute adult.



2344
2345
2346
# File 'lib/v_paypal/default.rb', line 2344

def adult
  @adult
end

#bindingAuctionObject

Returns the value of attribute bindingAuction.



2345
2346
2347
# File 'lib/v_paypal/default.rb', line 2345

def bindingAuction
  @bindingAuction
end

#checkoutEnabledObject

Returns the value of attribute checkoutEnabled.



2346
2347
2348
# File 'lib/v_paypal/default.rb', line 2346

def checkoutEnabled
  @checkoutEnabled
end

#convertedBuyItNowPriceObject

Returns the value of attribute convertedBuyItNowPrice.



2347
2348
2349
# File 'lib/v_paypal/default.rb', line 2347

def convertedBuyItNowPrice
  @convertedBuyItNowPrice
end

#convertedReservePriceObject

Returns the value of attribute convertedReservePrice.



2349
2350
2351
# File 'lib/v_paypal/default.rb', line 2349

def convertedReservePrice
  @convertedReservePrice
end

#convertedStartPriceObject

Returns the value of attribute convertedStartPrice.



2348
2349
2350
# File 'lib/v_paypal/default.rb', line 2348

def convertedStartPrice
  @convertedStartPrice
end

#endTimeObject

Returns the value of attribute endTime.



2355
2356
2357
# File 'lib/v_paypal/default.rb', line 2355

def endTime
  @endTime
end

#hasReservePriceObject

Returns the value of attribute hasReservePrice.



2350
2351
2352
# File 'lib/v_paypal/default.rb', line 2350

def hasReservePrice
  @hasReservePrice
end

#regionNameObject

Returns the value of attribute regionName.



2351
2352
2353
# File 'lib/v_paypal/default.rb', line 2351

def regionName
  @regionName
end

#relistedItemIDObject

Returns the value of attribute relistedItemID.



2352
2353
2354
# File 'lib/v_paypal/default.rb', line 2352

def relistedItemID
  @relistedItemID
end

#secondChanceOriginalItemIDObject

Returns the value of attribute secondChanceOriginalItemID.



2353
2354
2355
# File 'lib/v_paypal/default.rb', line 2353

def secondChanceOriginalItemID
  @secondChanceOriginalItemID
end

#startTimeObject

Returns the value of attribute startTime.



2354
2355
2356
# File 'lib/v_paypal/default.rb', line 2354

def startTime
  @startTime
end

#viewItemURLObject

Returns the value of attribute viewItemURL.



2356
2357
2358
# File 'lib/v_paypal/default.rb', line 2356

def viewItemURL
  @viewItemURL
end