Class: EBay::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 - EBay::ProductFamilyType
productFinderConstraints - EBay::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.



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

Returns the value of attribute __xmlele_any.



30416
30417
30418
# File 'lib/eBay.rb', line 30416

def __xmlele_any
  @__xmlele_any
end

#approximatePagesObject

Returns the value of attribute approximatePages.



30409
30410
30411
# File 'lib/eBay.rb', line 30409

def approximatePages
  @approximatePages
end

#attributeSetIDObject

Returns the value of attribute attributeSetID.



30410
30411
30412
# File 'lib/eBay.rb', line 30410

def attributeSetID
  @attributeSetID
end

#hasMoreObject

Returns the value of attribute hasMore.



30411
30412
30413
# File 'lib/eBay.rb', line 30411

def hasMore
  @hasMore
end

#productFamiliesObject

Returns the value of attribute productFamilies.



30412
30413
30414
# File 'lib/eBay.rb', line 30412

def productFamilies
  @productFamilies
end

#productFinderConstraintsObject

Returns the value of attribute productFinderConstraints.



30413
30414
30415
# File 'lib/eBay.rb', line 30413

def productFinderConstraints
  @productFinderConstraints
end

#tooManyMatchesFoundObject

Returns the value of attribute tooManyMatchesFound.



30414
30415
30416
# File 'lib/eBay.rb', line 30414

def tooManyMatchesFound
  @tooManyMatchesFound
end

#totalProductsObject

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