Class: ListingDetailsType

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

Overview

urn:ebay:apis:eBLBaseComponentsListingDetailsType

adult - SOAP::SOAPBoolean
bindingAuction - SOAP::SOAPBoolean
checkoutEnabled - SOAP::SOAPBoolean
convertedBuyItNowPrice - AmountType
convertedStartPrice - AmountType
convertedReservePrice - AmountType
hasReservePrice - SOAP::SOAPBoolean
relistedItemID - (any)
secondChanceOriginalItemID - (any)
startTime - SOAP::SOAPDateTime
endTime - SOAP::SOAPDateTime
viewItemURL - SOAP::SOAPAnyURI
hasUnansweredQuestions - SOAP::SOAPBoolean
hasPublicMessages - SOAP::SOAPBoolean
buyItNowAvailable - SOAP::SOAPBoolean
sellerBusinessType - SellerBusinessCodeType
minimumBestOfferPrice - AmountType
minimumBestOfferMessage - SOAP::SOAPString
localListingDistance - SOAP::SOAPString
expressListing - SOAP::SOAPBoolean
expressItemRequirements - ExpressItemRequirementsType
tCROriginalItemID - (any)
viewItemURLForNaturalSearch - SOAP::SOAPAnyURI
payPerLeadEnabled - SOAP::SOAPBoolean
bestOfferAutoAcceptPrice - AmountType

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, relistedItemID = nil, secondChanceOriginalItemID = nil, startTime = nil, endTime = nil, viewItemURL = nil, hasUnansweredQuestions = nil, hasPublicMessages = nil, buyItNowAvailable = nil, sellerBusinessType = nil, minimumBestOfferPrice = nil, minimumBestOfferMessage = nil, localListingDistance = nil, expressListing = nil, expressItemRequirements = nil, tCROriginalItemID = nil, viewItemURLForNaturalSearch = nil, payPerLeadEnabled = nil, bestOfferAutoAcceptPrice = nil) ⇒ ListingDetailsType

Returns a new instance of ListingDetailsType.



20643
20644
20645
20646
20647
20648
20649
20650
20651
20652
20653
20654
20655
20656
20657
20658
20659
20660
20661
20662
20663
20664
20665
20666
20667
20668
20669
20670
# File 'lib/eBay.rb', line 20643

def initialize(adult = nil, bindingAuction = nil, checkoutEnabled = nil, convertedBuyItNowPrice = nil, convertedStartPrice = nil, convertedReservePrice = nil, hasReservePrice = nil, relistedItemID = nil, secondChanceOriginalItemID = nil, startTime = nil, endTime = nil, viewItemURL = nil, hasUnansweredQuestions = nil, hasPublicMessages = nil, buyItNowAvailable = nil, sellerBusinessType = nil, minimumBestOfferPrice = nil, minimumBestOfferMessage = nil, localListingDistance = nil, expressListing = nil, expressItemRequirements = nil, tCROriginalItemID = nil, viewItemURLForNaturalSearch = nil, payPerLeadEnabled = nil, bestOfferAutoAcceptPrice = nil)
  @adult = adult
  @bindingAuction = bindingAuction
  @checkoutEnabled = checkoutEnabled
  @convertedBuyItNowPrice = convertedBuyItNowPrice
  @convertedStartPrice = convertedStartPrice
  @convertedReservePrice = convertedReservePrice
  @hasReservePrice = hasReservePrice
  @relistedItemID = relistedItemID
  @secondChanceOriginalItemID = secondChanceOriginalItemID
  @startTime = startTime
  @endTime = endTime
  @viewItemURL = viewItemURL
  @hasUnansweredQuestions = hasUnansweredQuestions
  @hasPublicMessages = hasPublicMessages
  @buyItNowAvailable = buyItNowAvailable
  @sellerBusinessType = sellerBusinessType
  @minimumBestOfferPrice = minimumBestOfferPrice
  @minimumBestOfferMessage = minimumBestOfferMessage
  @localListingDistance = localListingDistance
  @expressListing = expressListing
  @expressItemRequirements = expressItemRequirements
  @tCROriginalItemID = tCROriginalItemID
  @viewItemURLForNaturalSearch = viewItemURLForNaturalSearch
  @payPerLeadEnabled = payPerLeadEnabled
  @bestOfferAutoAcceptPrice = bestOfferAutoAcceptPrice
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



20637
20638
20639
# File 'lib/eBay.rb', line 20637

def __xmlele_any
  @__xmlele_any
end

#adultObject

Returns the value of attribute adult.



20612
20613
20614
# File 'lib/eBay.rb', line 20612

def adult
  @adult
end

#bestOfferAutoAcceptPriceObject

Returns the value of attribute bestOfferAutoAcceptPrice.



20636
20637
20638
# File 'lib/eBay.rb', line 20636

def bestOfferAutoAcceptPrice
  @bestOfferAutoAcceptPrice
end

#bindingAuctionObject

Returns the value of attribute bindingAuction.



20613
20614
20615
# File 'lib/eBay.rb', line 20613

def bindingAuction
  @bindingAuction
end

#buyItNowAvailableObject

Returns the value of attribute buyItNowAvailable.



20626
20627
20628
# File 'lib/eBay.rb', line 20626

def buyItNowAvailable
  @buyItNowAvailable
end

#checkoutEnabledObject

Returns the value of attribute checkoutEnabled.



20614
20615
20616
# File 'lib/eBay.rb', line 20614

def checkoutEnabled
  @checkoutEnabled
end

#convertedBuyItNowPriceObject

Returns the value of attribute convertedBuyItNowPrice.



20615
20616
20617
# File 'lib/eBay.rb', line 20615

def convertedBuyItNowPrice
  @convertedBuyItNowPrice
end

#convertedReservePriceObject

Returns the value of attribute convertedReservePrice.



20617
20618
20619
# File 'lib/eBay.rb', line 20617

def convertedReservePrice
  @convertedReservePrice
end

#convertedStartPriceObject

Returns the value of attribute convertedStartPrice.



20616
20617
20618
# File 'lib/eBay.rb', line 20616

def convertedStartPrice
  @convertedStartPrice
end

#endTimeObject

Returns the value of attribute endTime.



20622
20623
20624
# File 'lib/eBay.rb', line 20622

def endTime
  @endTime
end

#expressItemRequirementsObject

Returns the value of attribute expressItemRequirements.



20632
20633
20634
# File 'lib/eBay.rb', line 20632

def expressItemRequirements
  @expressItemRequirements
end

#expressListingObject

Returns the value of attribute expressListing.



20631
20632
20633
# File 'lib/eBay.rb', line 20631

def expressListing
  @expressListing
end

#hasPublicMessagesObject

Returns the value of attribute hasPublicMessages.



20625
20626
20627
# File 'lib/eBay.rb', line 20625

def hasPublicMessages
  @hasPublicMessages
end

#hasReservePriceObject

Returns the value of attribute hasReservePrice.



20618
20619
20620
# File 'lib/eBay.rb', line 20618

def hasReservePrice
  @hasReservePrice
end

#hasUnansweredQuestionsObject

Returns the value of attribute hasUnansweredQuestions.



20624
20625
20626
# File 'lib/eBay.rb', line 20624

def hasUnansweredQuestions
  @hasUnansweredQuestions
end

#localListingDistanceObject

Returns the value of attribute localListingDistance.



20630
20631
20632
# File 'lib/eBay.rb', line 20630

def localListingDistance
  @localListingDistance
end

#minimumBestOfferMessageObject

Returns the value of attribute minimumBestOfferMessage.



20629
20630
20631
# File 'lib/eBay.rb', line 20629

def minimumBestOfferMessage
  @minimumBestOfferMessage
end

#minimumBestOfferPriceObject

Returns the value of attribute minimumBestOfferPrice.



20628
20629
20630
# File 'lib/eBay.rb', line 20628

def minimumBestOfferPrice
  @minimumBestOfferPrice
end

#payPerLeadEnabledObject

Returns the value of attribute payPerLeadEnabled.



20635
20636
20637
# File 'lib/eBay.rb', line 20635

def payPerLeadEnabled
  @payPerLeadEnabled
end

#relistedItemIDObject

Returns the value of attribute relistedItemID.



20619
20620
20621
# File 'lib/eBay.rb', line 20619

def relistedItemID
  @relistedItemID
end

#secondChanceOriginalItemIDObject

Returns the value of attribute secondChanceOriginalItemID.



20620
20621
20622
# File 'lib/eBay.rb', line 20620

def secondChanceOriginalItemID
  @secondChanceOriginalItemID
end

#sellerBusinessTypeObject

Returns the value of attribute sellerBusinessType.



20627
20628
20629
# File 'lib/eBay.rb', line 20627

def sellerBusinessType
  @sellerBusinessType
end

#startTimeObject

Returns the value of attribute startTime.



20621
20622
20623
# File 'lib/eBay.rb', line 20621

def startTime
  @startTime
end

#tCROriginalItemIDObject

Returns the value of attribute tCROriginalItemID.



20633
20634
20635
# File 'lib/eBay.rb', line 20633

def tCROriginalItemID
  @tCROriginalItemID
end

#viewItemURLObject

Returns the value of attribute viewItemURL.



20623
20624
20625
# File 'lib/eBay.rb', line 20623

def viewItemURL
  @viewItemURL
end

#viewItemURLForNaturalSearchObject

Returns the value of attribute viewItemURLForNaturalSearch.



20634
20635
20636
# File 'lib/eBay.rb', line 20634

def viewItemURLForNaturalSearch
  @viewItemURLForNaturalSearch
end

Instance Method Details

#set_any(elements) ⇒ Object



20639
20640
20641
# File 'lib/eBay.rb', line 20639

def set_any(elements)
  @__xmlele_any = elements
end