Class: ListingDetailsType
- Inherits:
-
Object
- Object
- ListingDetailsType
- 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
-
#adult ⇒ Object
Returns the value of attribute adult.
-
#bindingAuction ⇒ Object
Returns the value of attribute bindingAuction.
-
#checkoutEnabled ⇒ Object
Returns the value of attribute checkoutEnabled.
-
#convertedBuyItNowPrice ⇒ Object
Returns the value of attribute convertedBuyItNowPrice.
-
#convertedReservePrice ⇒ Object
Returns the value of attribute convertedReservePrice.
-
#convertedStartPrice ⇒ Object
Returns the value of attribute convertedStartPrice.
-
#endTime ⇒ Object
Returns the value of attribute endTime.
-
#hasReservePrice ⇒ Object
Returns the value of attribute hasReservePrice.
-
#regionName ⇒ Object
Returns the value of attribute regionName.
-
#relistedItemID ⇒ Object
Returns the value of attribute relistedItemID.
-
#secondChanceOriginalItemID ⇒ Object
Returns the value of attribute secondChanceOriginalItemID.
-
#startTime ⇒ Object
Returns the value of attribute startTime.
-
#viewItemURL ⇒ Object
Returns the value of attribute viewItemURL.
Instance Method Summary collapse
-
#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
constructor
A new instance of ListingDetailsType.
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
#adult ⇒ Object
Returns the value of attribute adult.
2524 2525 2526 |
# File 'lib/paypal-business/default.rb', line 2524 def adult @adult end |
#bindingAuction ⇒ Object
Returns the value of attribute bindingAuction.
2525 2526 2527 |
# File 'lib/paypal-business/default.rb', line 2525 def bindingAuction @bindingAuction end |
#checkoutEnabled ⇒ Object
Returns the value of attribute checkoutEnabled.
2526 2527 2528 |
# File 'lib/paypal-business/default.rb', line 2526 def checkoutEnabled @checkoutEnabled end |
#convertedBuyItNowPrice ⇒ Object
Returns the value of attribute convertedBuyItNowPrice.
2527 2528 2529 |
# File 'lib/paypal-business/default.rb', line 2527 def convertedBuyItNowPrice @convertedBuyItNowPrice end |
#convertedReservePrice ⇒ Object
Returns the value of attribute convertedReservePrice.
2529 2530 2531 |
# File 'lib/paypal-business/default.rb', line 2529 def convertedReservePrice @convertedReservePrice end |
#convertedStartPrice ⇒ Object
Returns the value of attribute convertedStartPrice.
2528 2529 2530 |
# File 'lib/paypal-business/default.rb', line 2528 def convertedStartPrice @convertedStartPrice end |
#endTime ⇒ Object
Returns the value of attribute endTime.
2535 2536 2537 |
# File 'lib/paypal-business/default.rb', line 2535 def endTime @endTime end |
#hasReservePrice ⇒ Object
Returns the value of attribute hasReservePrice.
2530 2531 2532 |
# File 'lib/paypal-business/default.rb', line 2530 def hasReservePrice @hasReservePrice end |
#regionName ⇒ Object
Returns the value of attribute regionName.
2531 2532 2533 |
# File 'lib/paypal-business/default.rb', line 2531 def regionName @regionName end |
#relistedItemID ⇒ Object
Returns the value of attribute relistedItemID.
2532 2533 2534 |
# File 'lib/paypal-business/default.rb', line 2532 def relistedItemID @relistedItemID end |
#secondChanceOriginalItemID ⇒ Object
Returns the value of attribute secondChanceOriginalItemID.
2533 2534 2535 |
# File 'lib/paypal-business/default.rb', line 2533 def secondChanceOriginalItemID @secondChanceOriginalItemID end |
#startTime ⇒ Object
Returns the value of attribute startTime.
2534 2535 2536 |
# File 'lib/paypal-business/default.rb', line 2534 def startTime @startTime end |
#viewItemURL ⇒ Object
Returns the value of attribute viewItemURL.
2536 2537 2538 |
# File 'lib/paypal-business/default.rb', line 2536 def viewItemURL @viewItemURL end |