Class: Ebay::Types::ProductFamily
- Inherits:
-
Object
- Object
- Ebay::Types::ProductFamily
show all
- Includes:
- Initializer, XML::Mapping
- Defined in:
- lib/ebay/types/product_family.rb
Overview
Attributes
object_node :parent_product, 'ParentProduct', :class => Product, :optional => true
array_node :family_members, 'FamilyMembers', :class => Product, :default_value => []
boolean_node :has_more_children, 'hasMoreChildren', 'true', 'false', :optional => true
Method Summary
#initialize, #object_attributes=