Class: 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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(productID = nil, includeStockPhotoURL = nil, includePrefilledItemInformation = nil, useStockPhotoURLAsGallery = nil, stockPhotoURL = nil, copyright = []) ⇒ ProductListingDetailsType

Returns a new instance of ProductListingDetailsType.



22491
22492
22493
22494
22495
22496
22497
22498
22499
# File 'lib/eBay.rb', line 22491

def initialize(productID = nil, includeStockPhotoURL = nil, includePrefilledItemInformation = nil, useStockPhotoURLAsGallery = nil, stockPhotoURL = nil, copyright = [])
  @productID = productID
  @includeStockPhotoURL = includeStockPhotoURL
  @includePrefilledItemInformation = includePrefilledItemInformation
  @useStockPhotoURLAsGallery = useStockPhotoURLAsGallery
  @stockPhotoURL = stockPhotoURL
  @copyright = copyright
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



22485
22486
22487
# File 'lib/eBay.rb', line 22485

def __xmlele_any
  @__xmlele_any
end

Returns the value of attribute copyright.



22484
22485
22486
# File 'lib/eBay.rb', line 22484

def copyright
  @copyright
end

#includePrefilledItemInformationObject

Returns the value of attribute includePrefilledItemInformation.



22481
22482
22483
# File 'lib/eBay.rb', line 22481

def includePrefilledItemInformation
  @includePrefilledItemInformation
end

#includeStockPhotoURLObject

Returns the value of attribute includeStockPhotoURL.



22480
22481
22482
# File 'lib/eBay.rb', line 22480

def includeStockPhotoURL
  @includeStockPhotoURL
end

#productIDObject

Returns the value of attribute productID.



22479
22480
22481
# File 'lib/eBay.rb', line 22479

def productID
  @productID
end

#stockPhotoURLObject

Returns the value of attribute stockPhotoURL.



22483
22484
22485
# File 'lib/eBay.rb', line 22483

def stockPhotoURL
  @stockPhotoURL
end

#useStockPhotoURLAsGalleryObject

Returns the value of attribute useStockPhotoURLAsGallery.



22482
22483
22484
# File 'lib/eBay.rb', line 22482

def useStockPhotoURLAsGallery
  @useStockPhotoURLAsGallery
end

Instance Method Details

#set_any(elements) ⇒ Object



22487
22488
22489
# File 'lib/eBay.rb', line 22487

def set_any(elements)
  @__xmlele_any = elements
end