Class: EBay::ProductListingDetailsType

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

Overview

urn:ebay:apis:eBLBaseComponentsProductListingDetailsType

productID - SOAP::SOAPString
includeStockPhotoURL - SOAP::SOAPBoolean
includePrefilledItemInformation - SOAP::SOAPBoolean
useStockPhotoURLAsGallery - SOAP::SOAPBoolean
stockPhotoURL - SOAP::SOAPAnyURI
copyright - SOAP::SOAPString
productReferenceID - SOAP::SOAPString
detailsURL - SOAP::SOAPAnyURI
productDetailsURL - SOAP::SOAPAnyURI
returnSearchResultOnDuplicates - SOAP::SOAPBoolean
iSBN - SOAP::SOAPString
uPC - SOAP::SOAPString
eAN - SOAP::SOAPString
brandMPN - EBay::BrandMPNType
ticketListingDetails - EBay::TicketListingDetailsType
useFirstProduct - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(productID = nil, includeStockPhotoURL = nil, includePrefilledItemInformation = nil, useStockPhotoURLAsGallery = nil, stockPhotoURL = nil, copyright = [], productReferenceID = nil, detailsURL = nil, productDetailsURL = nil, returnSearchResultOnDuplicates = nil, iSBN = nil, uPC = nil, eAN = nil, brandMPN = nil, ticketListingDetails = nil, useFirstProduct = nil) ⇒ ProductListingDetailsType



29332
29333
29334
29335
29336
29337
29338
29339
29340
29341
29342
29343
29344
29345
29346
29347
29348
29349
29350
# File 'lib/eBay.rb', line 29332

def initialize(productID = nil, includeStockPhotoURL = nil, includePrefilledItemInformation = nil, useStockPhotoURLAsGallery = nil, stockPhotoURL = nil, copyright = [], productReferenceID = nil, detailsURL = nil, productDetailsURL = nil, returnSearchResultOnDuplicates = nil, iSBN = nil, uPC = nil, eAN = nil, brandMPN = nil, ticketListingDetails = nil, useFirstProduct = nil)
  @productID = productID
  @includeStockPhotoURL = includeStockPhotoURL
  @includePrefilledItemInformation = includePrefilledItemInformation
  @useStockPhotoURLAsGallery = useStockPhotoURLAsGallery
  @stockPhotoURL = stockPhotoURL
  @copyright = copyright
  @productReferenceID = productReferenceID
  @detailsURL = detailsURL
  @productDetailsURL = productDetailsURL
  @returnSearchResultOnDuplicates = returnSearchResultOnDuplicates
  @iSBN = iSBN
  @uPC = uPC
  @eAN = eAN
  @brandMPN = brandMPN
  @ticketListingDetails = ticketListingDetails
  @useFirstProduct = useFirstProduct
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



29326
29327
29328
# File 'lib/eBay.rb', line 29326

def __xmlele_any
  @__xmlele_any
end

#brandMPNObject

Returns the value of attribute brandMPN.



29323
29324
29325
# File 'lib/eBay.rb', line 29323

def brandMPN
  @brandMPN
end

Returns the value of attribute copyright.



29315
29316
29317
# File 'lib/eBay.rb', line 29315

def copyright
  @copyright
end

#detailsURLObject

Returns the value of attribute detailsURL.



29317
29318
29319
# File 'lib/eBay.rb', line 29317

def detailsURL
  @detailsURL
end

#eANObject

Returns the value of attribute eAN.



29322
29323
29324
# File 'lib/eBay.rb', line 29322

def eAN
  @eAN
end

#includePrefilledItemInformationObject

Returns the value of attribute includePrefilledItemInformation.



29312
29313
29314
# File 'lib/eBay.rb', line 29312

def includePrefilledItemInformation
  @includePrefilledItemInformation
end

#includeStockPhotoURLObject

Returns the value of attribute includeStockPhotoURL.



29311
29312
29313
# File 'lib/eBay.rb', line 29311

def includeStockPhotoURL
  @includeStockPhotoURL
end

#iSBNObject

Returns the value of attribute iSBN.



29320
29321
29322
# File 'lib/eBay.rb', line 29320

def iSBN
  @iSBN
end

#productDetailsURLObject

Returns the value of attribute productDetailsURL.



29318
29319
29320
# File 'lib/eBay.rb', line 29318

def productDetailsURL
  @productDetailsURL
end

#productIDObject

Returns the value of attribute productID.



29310
29311
29312
# File 'lib/eBay.rb', line 29310

def productID
  @productID
end

#productReferenceIDObject

Returns the value of attribute productReferenceID.



29316
29317
29318
# File 'lib/eBay.rb', line 29316

def productReferenceID
  @productReferenceID
end

#returnSearchResultOnDuplicatesObject

Returns the value of attribute returnSearchResultOnDuplicates.



29319
29320
29321
# File 'lib/eBay.rb', line 29319

def returnSearchResultOnDuplicates
  @returnSearchResultOnDuplicates
end

#stockPhotoURLObject

Returns the value of attribute stockPhotoURL.



29314
29315
29316
# File 'lib/eBay.rb', line 29314

def stockPhotoURL
  @stockPhotoURL
end

#ticketListingDetailsObject

Returns the value of attribute ticketListingDetails.



29324
29325
29326
# File 'lib/eBay.rb', line 29324

def ticketListingDetails
  @ticketListingDetails
end

#uPCObject

Returns the value of attribute uPC.



29321
29322
29323
# File 'lib/eBay.rb', line 29321

def uPC
  @uPC
end

#useFirstProductObject

Returns the value of attribute useFirstProduct.



29325
29326
29327
# File 'lib/eBay.rb', line 29325

def useFirstProduct
  @useFirstProduct
end

#useStockPhotoURLAsGalleryObject

Returns the value of attribute useStockPhotoURLAsGallery.



29313
29314
29315
# File 'lib/eBay.rb', line 29313

def useStockPhotoURLAsGallery
  @useStockPhotoURLAsGallery
end

Instance Method Details

#set_any(elements) ⇒ Object



29328
29329
29330
# File 'lib/eBay.rb', line 29328

def set_any(elements)
  @__xmlele_any = elements
end