Class: ExpressProductType

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

Overview

urn:ebay:apis:eBLBaseComponentsExpressProductType

title - SOAP::SOAPString
minPrice - AmountType
maxPrice - AmountType
stockPhotoURL - SOAP::SOAPAnyURI
itemCount - SOAP::SOAPInt
externalProductID - ExternalProductIDType
productReferenceID - SOAP::SOAPLong
itemSpecifics - NameValueListArrayType
detailsURL - SOAP::SOAPAnyURI

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(title = nil, minPrice = nil, maxPrice = nil, stockPhotoURL = nil, itemCount = nil, externalProductID = nil, productReferenceID = nil, itemSpecifics = nil, detailsURL = nil) ⇒ ExpressProductType

Returns a new instance of ExpressProductType.



19188
19189
19190
19191
19192
19193
19194
19195
19196
19197
19198
19199
# File 'lib/eBay.rb', line 19188

def initialize(title = nil, minPrice = nil, maxPrice = nil, stockPhotoURL = nil, itemCount = nil, externalProductID = nil, productReferenceID = nil, itemSpecifics = nil, detailsURL = nil)
  @title = title
  @minPrice = minPrice
  @maxPrice = maxPrice
  @stockPhotoURL = stockPhotoURL
  @itemCount = itemCount
  @externalProductID = externalProductID
  @productReferenceID = productReferenceID
  @itemSpecifics = itemSpecifics
  @detailsURL = detailsURL
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



19182
19183
19184
# File 'lib/eBay.rb', line 19182

def __xmlele_any
  @__xmlele_any
end

#detailsURLObject

Returns the value of attribute detailsURL.



19181
19182
19183
# File 'lib/eBay.rb', line 19181

def detailsURL
  @detailsURL
end

#externalProductIDObject

Returns the value of attribute externalProductID.



19178
19179
19180
# File 'lib/eBay.rb', line 19178

def externalProductID
  @externalProductID
end

#itemCountObject

Returns the value of attribute itemCount.



19177
19178
19179
# File 'lib/eBay.rb', line 19177

def itemCount
  @itemCount
end

#itemSpecificsObject

Returns the value of attribute itemSpecifics.



19180
19181
19182
# File 'lib/eBay.rb', line 19180

def itemSpecifics
  @itemSpecifics
end

#maxPriceObject

Returns the value of attribute maxPrice.



19175
19176
19177
# File 'lib/eBay.rb', line 19175

def maxPrice
  @maxPrice
end

#minPriceObject

Returns the value of attribute minPrice.



19174
19175
19176
# File 'lib/eBay.rb', line 19174

def minPrice
  @minPrice
end

#productReferenceIDObject

Returns the value of attribute productReferenceID.



19179
19180
19181
# File 'lib/eBay.rb', line 19179

def productReferenceID
  @productReferenceID
end

#stockPhotoURLObject

Returns the value of attribute stockPhotoURL.



19176
19177
19178
# File 'lib/eBay.rb', line 19176

def stockPhotoURL
  @stockPhotoURL
end

#titleObject

Returns the value of attribute title.



19173
19174
19175
# File 'lib/eBay.rb', line 19173

def title
  @title
end

Instance Method Details

#set_any(elements) ⇒ Object



19184
19185
19186
# File 'lib/eBay.rb', line 19184

def set_any(elements)
  @__xmlele_any = elements
end