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.



16756
16757
16758
16759
16760
16761
16762
16763
16764
16765
# File 'lib/eBay.rb', line 16756

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.



16750
16751
16752
# File 'lib/eBay.rb', line 16750

def __xmlele_any
  @__xmlele_any
end

#approximatePagesObject

Returns the value of attribute approximatePages.



16743
16744
16745
# File 'lib/eBay.rb', line 16743

def approximatePages
  @approximatePages
end

#attributeSetIDObject

Returns the value of attribute attributeSetID.



16744
16745
16746
# File 'lib/eBay.rb', line 16744

def attributeSetID
  @attributeSetID
end

#hasMoreObject

Returns the value of attribute hasMore.



16745
16746
16747
# File 'lib/eBay.rb', line 16745

def hasMore
  @hasMore
end

#productFamiliesObject

Returns the value of attribute productFamilies.



16746
16747
16748
# File 'lib/eBay.rb', line 16746

def productFamilies
  @productFamilies
end

#productFinderConstraintsObject

Returns the value of attribute productFinderConstraints.



16747
16748
16749
# File 'lib/eBay.rb', line 16747

def productFinderConstraints
  @productFinderConstraints
end

#tooManyMatchesFoundObject

Returns the value of attribute tooManyMatchesFound.



16748
16749
16750
# File 'lib/eBay.rb', line 16748

def tooManyMatchesFound
  @tooManyMatchesFound
end

#totalProductsObject

Returns the value of attribute totalProducts.



16749
16750
16751
# File 'lib/eBay.rb', line 16749

def totalProducts
  @totalProducts
end

Instance Method Details

#set_any(elements) ⇒ Object



16752
16753
16754
# File 'lib/eBay.rb', line 16752

def set_any(elements)
  @__xmlele_any = elements
end