Class: Ebay::Types::ResponseAttributeSet
- Inherits:
-
Object
- Object
- Ebay::Types::ResponseAttributeSet
show all
- Includes:
- Initializer, XML::Mapping
- Defined in:
- lib/ebay/types/response_attribute_set.rb
Overview
Attributes
numeric_node :approximate_pages, 'ApproximatePages'
numeric_node :attribute_set_id, 'AttributeSetID'
boolean_node :has_more, 'HasMore', 'true', 'false'
array_node :product_families, 'ProductFamilies', :class => ProductFamily, :default_value => []
array_node :product_finder_constraints, 'ProductFinderConstraints', :class => ProductFinderConstraint, :default_value => []
boolean_node :too_many_matches_found, 'TooManyMatchesFound', 'true', 'false'
numeric_node :total_products, 'TotalProducts'
Method Summary
#initialize, #object_attributes=