Class: EBay::ResponseAttributeSetType
- Inherits:
-
Object
- Object
- EBay::ResponseAttributeSetType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsResponseAttributeSetType
approximatePages - SOAP::SOAPInt
attributeSetID - SOAP::SOAPInt
hasMore - SOAP::SOAPBoolean
productFamilies - EBay::ProductFamilyType
productFinderConstraints - EBay::ProductFinderConstraintType
tooManyMatchesFound - SOAP::SOAPBoolean
totalProducts - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#approximatePages ⇒ Object
Returns the value of attribute approximatePages.
-
#attributeSetID ⇒ Object
Returns the value of attribute attributeSetID.
-
#hasMore ⇒ Object
Returns the value of attribute hasMore.
-
#productFamilies ⇒ Object
Returns the value of attribute productFamilies.
-
#productFinderConstraints ⇒ Object
Returns the value of attribute productFinderConstraints.
-
#tooManyMatchesFound ⇒ Object
Returns the value of attribute tooManyMatchesFound.
-
#totalProducts ⇒ Object
Returns the value of attribute totalProducts.
Instance Method Summary collapse
-
#initialize(approximatePages = nil, attributeSetID = nil, hasMore = nil, productFamilies = [], productFinderConstraints = [], tooManyMatchesFound = nil, totalProducts = nil) ⇒ ResponseAttributeSetType
constructor
A new instance of ResponseAttributeSetType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(approximatePages = nil, attributeSetID = nil, hasMore = nil, productFamilies = [], productFinderConstraints = [], tooManyMatchesFound = nil, totalProducts = nil) ⇒ ResponseAttributeSetType
Returns a new instance of ResponseAttributeSetType.
30422 30423 30424 30425 30426 30427 30428 30429 30430 30431 |
# File 'lib/eBay.rb', line 30422 def initialize(approximatePages = nil, attributeSetID = nil, hasMore = nil, productFamilies = [], productFinderConstraints = [], tooManyMatchesFound = nil, totalProducts = nil) @approximatePages = approximatePages @attributeSetID = attributeSetID @hasMore = hasMore @productFamilies = productFamilies @productFinderConstraints = productFinderConstraints @tooManyMatchesFound = tooManyMatchesFound @totalProducts = totalProducts @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
30416 30417 30418 |
# File 'lib/eBay.rb', line 30416 def __xmlele_any @__xmlele_any end |
#approximatePages ⇒ Object
Returns the value of attribute approximatePages.
30409 30410 30411 |
# File 'lib/eBay.rb', line 30409 def approximatePages @approximatePages end |
#attributeSetID ⇒ Object
Returns the value of attribute attributeSetID.
30410 30411 30412 |
# File 'lib/eBay.rb', line 30410 def attributeSetID @attributeSetID end |
#hasMore ⇒ Object
Returns the value of attribute hasMore.
30411 30412 30413 |
# File 'lib/eBay.rb', line 30411 def hasMore @hasMore end |
#productFamilies ⇒ Object
Returns the value of attribute productFamilies.
30412 30413 30414 |
# File 'lib/eBay.rb', line 30412 def productFamilies @productFamilies end |
#productFinderConstraints ⇒ Object
Returns the value of attribute productFinderConstraints.
30413 30414 30415 |
# File 'lib/eBay.rb', line 30413 def productFinderConstraints @productFinderConstraints end |
#tooManyMatchesFound ⇒ Object
Returns the value of attribute tooManyMatchesFound.
30414 30415 30416 |
# File 'lib/eBay.rb', line 30414 def tooManyMatchesFound @tooManyMatchesFound end |
#totalProducts ⇒ Object
Returns the value of attribute totalProducts.
30415 30416 30417 |
# File 'lib/eBay.rb', line 30415 def totalProducts @totalProducts end |
Instance Method Details
#set_any(elements) ⇒ Object
30418 30419 30420 |
# File 'lib/eBay.rb', line 30418 def set_any(elements) @__xmlele_any = elements end |