Class: ProductListingDetailsType

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

Overview

urn:ebay:apis:eBLBaseComponentsProductListingDetailsType

Constant Summary collapse

@@schema_type =
"ProductListingDetailsType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
["productID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ProductID")]],
["includeStockPhotoURL", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "IncludeStockPhotoURL")]],
["includePrefilledItemInformation", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "IncludePrefilledItemInformation")]],
["useStockPhotoURLAsGallery", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "UseStockPhotoURLAsGallery")]],
["stockPhotoURL", ["SOAP::SOAPAnyURI", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "StockPhotoURL")]],
["copyright", ["SOAP::SOAPString[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Copyright")]],
["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]]]

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.



16270
16271
16272
16273
16274
16275
16276
16277
16278
# File 'lib/eBay.rb', line 16270

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.



16264
16265
16266
# File 'lib/eBay.rb', line 16264

def __xmlele_any
  @__xmlele_any
end

Returns the value of attribute copyright.



16263
16264
16265
# File 'lib/eBay.rb', line 16263

def copyright
  @copyright
end

#includePrefilledItemInformationObject

Returns the value of attribute includePrefilledItemInformation.



16260
16261
16262
# File 'lib/eBay.rb', line 16260

def includePrefilledItemInformation
  @includePrefilledItemInformation
end

#includeStockPhotoURLObject

Returns the value of attribute includeStockPhotoURL.



16259
16260
16261
# File 'lib/eBay.rb', line 16259

def includeStockPhotoURL
  @includeStockPhotoURL
end

#productIDObject

Returns the value of attribute productID.



16258
16259
16260
# File 'lib/eBay.rb', line 16258

def productID
  @productID
end

#stockPhotoURLObject

Returns the value of attribute stockPhotoURL.



16262
16263
16264
# File 'lib/eBay.rb', line 16262

def stockPhotoURL
  @stockPhotoURL
end

#useStockPhotoURLAsGalleryObject

Returns the value of attribute useStockPhotoURLAsGallery.



16261
16262
16263
# File 'lib/eBay.rb', line 16261

def useStockPhotoURLAsGallery
  @useStockPhotoURLAsGallery
end

Instance Method Details

#set_any(elements) ⇒ Object



16266
16267
16268
# File 'lib/eBay.rb', line 16266

def set_any(elements)
  @__xmlele_any = elements
end