Class: ListingDetailsType

Inherits:
Object
  • Object
show all
Defined in:
lib/paypal-business/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.



2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
# File 'lib/paypal-business/default.rb', line 2538

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.



2524
2525
2526
# File 'lib/paypal-business/default.rb', line 2524

def adult
  @adult
end

#bindingAuctionObject

Returns the value of attribute bindingAuction.



2525
2526
2527
# File 'lib/paypal-business/default.rb', line 2525

def bindingAuction
  @bindingAuction
end

#checkoutEnabledObject

Returns the value of attribute checkoutEnabled.



2526
2527
2528
# File 'lib/paypal-business/default.rb', line 2526

def checkoutEnabled
  @checkoutEnabled
end

#convertedBuyItNowPriceObject

Returns the value of attribute convertedBuyItNowPrice.



2527
2528
2529
# File 'lib/paypal-business/default.rb', line 2527

def convertedBuyItNowPrice
  @convertedBuyItNowPrice
end

#convertedReservePriceObject

Returns the value of attribute convertedReservePrice.



2529
2530
2531
# File 'lib/paypal-business/default.rb', line 2529

def convertedReservePrice
  @convertedReservePrice
end

#convertedStartPriceObject

Returns the value of attribute convertedStartPrice.



2528
2529
2530
# File 'lib/paypal-business/default.rb', line 2528

def convertedStartPrice
  @convertedStartPrice
end

#endTimeObject

Returns the value of attribute endTime.



2535
2536
2537
# File 'lib/paypal-business/default.rb', line 2535

def endTime
  @endTime
end

#hasReservePriceObject

Returns the value of attribute hasReservePrice.



2530
2531
2532
# File 'lib/paypal-business/default.rb', line 2530

def hasReservePrice
  @hasReservePrice
end

#regionNameObject

Returns the value of attribute regionName.



2531
2532
2533
# File 'lib/paypal-business/default.rb', line 2531

def regionName
  @regionName
end

#relistedItemIDObject

Returns the value of attribute relistedItemID.



2532
2533
2534
# File 'lib/paypal-business/default.rb', line 2532

def relistedItemID
  @relistedItemID
end

#secondChanceOriginalItemIDObject

Returns the value of attribute secondChanceOriginalItemID.



2533
2534
2535
# File 'lib/paypal-business/default.rb', line 2533

def secondChanceOriginalItemID
  @secondChanceOriginalItemID
end

#startTimeObject

Returns the value of attribute startTime.



2534
2535
2536
# File 'lib/paypal-business/default.rb', line 2534

def startTime
  @startTime
end

#viewItemURLObject

Returns the value of attribute viewItemURL.



2536
2537
2538
# File 'lib/paypal-business/default.rb', line 2536

def viewItemURL
  @viewItemURL
end