Class: ListingDetailsType
- Inherits:
-
Object
- Object
- ListingDetailsType
- 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
-
#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.
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
#adult ⇒ Object
Returns the value of attribute adult.
2344 2345 2346 |
# File 'lib/v_paypal/default.rb', line 2344 def adult @adult end |
#bindingAuction ⇒ Object
Returns the value of attribute bindingAuction.
2345 2346 2347 |
# File 'lib/v_paypal/default.rb', line 2345 def bindingAuction @bindingAuction end |
#checkoutEnabled ⇒ Object
Returns the value of attribute checkoutEnabled.
2346 2347 2348 |
# File 'lib/v_paypal/default.rb', line 2346 def checkoutEnabled @checkoutEnabled end |
#convertedBuyItNowPrice ⇒ Object
Returns the value of attribute convertedBuyItNowPrice.
2347 2348 2349 |
# File 'lib/v_paypal/default.rb', line 2347 def convertedBuyItNowPrice @convertedBuyItNowPrice end |
#convertedReservePrice ⇒ Object
Returns the value of attribute convertedReservePrice.
2349 2350 2351 |
# File 'lib/v_paypal/default.rb', line 2349 def convertedReservePrice @convertedReservePrice end |
#convertedStartPrice ⇒ Object
Returns the value of attribute convertedStartPrice.
2348 2349 2350 |
# File 'lib/v_paypal/default.rb', line 2348 def convertedStartPrice @convertedStartPrice end |
#endTime ⇒ Object
Returns the value of attribute endTime.
2355 2356 2357 |
# File 'lib/v_paypal/default.rb', line 2355 def endTime @endTime end |
#hasReservePrice ⇒ Object
Returns the value of attribute hasReservePrice.
2350 2351 2352 |
# File 'lib/v_paypal/default.rb', line 2350 def hasReservePrice @hasReservePrice end |
#regionName ⇒ Object
Returns the value of attribute regionName.
2351 2352 2353 |
# File 'lib/v_paypal/default.rb', line 2351 def regionName @regionName end |
#relistedItemID ⇒ Object
Returns the value of attribute relistedItemID.
2352 2353 2354 |
# File 'lib/v_paypal/default.rb', line 2352 def relistedItemID @relistedItemID end |
#secondChanceOriginalItemID ⇒ Object
Returns the value of attribute secondChanceOriginalItemID.
2353 2354 2355 |
# File 'lib/v_paypal/default.rb', line 2353 def secondChanceOriginalItemID @secondChanceOriginalItemID end |
#startTime ⇒ Object
Returns the value of attribute startTime.
2354 2355 2356 |
# File 'lib/v_paypal/default.rb', line 2354 def startTime @startTime end |
#viewItemURL ⇒ Object
Returns the value of attribute viewItemURL.
2356 2357 2358 |
# File 'lib/v_paypal/default.rb', line 2356 def viewItemURL @viewItemURL end |