Class: ResponseAttributeSetType

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

Overview

urn:ebay:apis:eBLBaseComponentsResponseAttributeSetType

Constant Summary collapse

@@schema_type =
"ResponseAttributeSetType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
  ["approximatePages", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ApproximatePages")]],
  ["attributeSetID", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "AttributeSetID")]],
  ["hasMore", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "HasMore")]],
  ["productFamilies", ["ProductFamilyType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ProductFamilies")]],
  ["productFinderConstraints", ["ProductFinderConstraintType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ProductFinderConstraints")]],
  ["tooManyMatchesFound", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "TooManyMatchesFound")]],
  ["totalProducts", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "TotalProducts")]],
  ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]]
]

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.



19105
19106
19107
19108
19109
19110
19111
19112
19113
19114
# File 'lib/eBay.rb', line 19105

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.



19099
19100
19101
# File 'lib/eBay.rb', line 19099

def __xmlele_any
  @__xmlele_any
end

#approximatePagesObject

Returns the value of attribute approximatePages.



19092
19093
19094
# File 'lib/eBay.rb', line 19092

def approximatePages
  @approximatePages
end

#attributeSetIDObject

Returns the value of attribute attributeSetID.



19093
19094
19095
# File 'lib/eBay.rb', line 19093

def attributeSetID
  @attributeSetID
end

#hasMoreObject

Returns the value of attribute hasMore.



19094
19095
19096
# File 'lib/eBay.rb', line 19094

def hasMore
  @hasMore
end

#productFamiliesObject

Returns the value of attribute productFamilies.



19095
19096
19097
# File 'lib/eBay.rb', line 19095

def productFamilies
  @productFamilies
end

#productFinderConstraintsObject

Returns the value of attribute productFinderConstraints.



19096
19097
19098
# File 'lib/eBay.rb', line 19096

def productFinderConstraints
  @productFinderConstraints
end

#tooManyMatchesFoundObject

Returns the value of attribute tooManyMatchesFound.



19097
19098
19099
# File 'lib/eBay.rb', line 19097

def tooManyMatchesFound
  @tooManyMatchesFound
end

#totalProductsObject

Returns the value of attribute totalProducts.



19098
19099
19100
# File 'lib/eBay.rb', line 19098

def totalProducts
  @totalProducts
end

Instance Method Details

#set_any(elements) ⇒ Object



19101
19102
19103
# File 'lib/eBay.rb', line 19101

def set_any(elements)
  @__xmlele_any = elements
end