Class: ResponseAttributeSetType

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

Overview

urn:ebay:apis:eBLBaseComponentsResponseAttributeSetType

approximatePages - SOAP::SOAPInt
attributeSetID - SOAP::SOAPInt
hasMore - SOAP::SOAPBoolean
productFamilies - ProductFamilyType
productFinderConstraints - ProductFinderConstraintType
tooManyMatchesFound - SOAP::SOAPBoolean
totalProducts - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(approximatePages = nil, attributeSetID = nil, hasMore = nil, productFamilies = [], productFinderConstraints = [], tooManyMatchesFound = nil, totalProducts = nil) ⇒ ResponseAttributeSetType

Returns a new instance of ResponseAttributeSetType.



23127
23128
23129
23130
23131
23132
23133
23134
23135
23136
# File 'lib/eBay.rb', line 23127

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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



23121
23122
23123
# File 'lib/eBay.rb', line 23121

def __xmlele_any
  @__xmlele_any
end

#approximatePagesObject

Returns the value of attribute approximatePages.



23114
23115
23116
# File 'lib/eBay.rb', line 23114

def approximatePages
  @approximatePages
end

#attributeSetIDObject

Returns the value of attribute attributeSetID.



23115
23116
23117
# File 'lib/eBay.rb', line 23115

def attributeSetID
  @attributeSetID
end

#hasMoreObject

Returns the value of attribute hasMore.



23116
23117
23118
# File 'lib/eBay.rb', line 23116

def hasMore
  @hasMore
end

#productFamiliesObject

Returns the value of attribute productFamilies.



23117
23118
23119
# File 'lib/eBay.rb', line 23117

def productFamilies
  @productFamilies
end

#productFinderConstraintsObject

Returns the value of attribute productFinderConstraints.



23118
23119
23120
# File 'lib/eBay.rb', line 23118

def productFinderConstraints
  @productFinderConstraints
end

#tooManyMatchesFoundObject

Returns the value of attribute tooManyMatchesFound.



23119
23120
23121
# File 'lib/eBay.rb', line 23119

def tooManyMatchesFound
  @tooManyMatchesFound
end

#totalProductsObject

Returns the value of attribute totalProducts.



23120
23121
23122
# File 'lib/eBay.rb', line 23120

def totalProducts
  @totalProducts
end

Instance Method Details

#set_any(elements) ⇒ Object



23123
23124
23125
# File 'lib/eBay.rb', line 23123

def set_any(elements)
  @__xmlele_any = elements
end