Class: Ebay::Types::ShippingPackageDetails

Inherits:
Object
  • Object
show all
Includes:
Initializer, XML::Mapping
Defined in:
lib/ebay/types/shipping_package_details.rb

Overview

Attributes

numeric_node :package_id, 'PackageID', :optional => true
text_node :description, 'Description', :optional => true
text_node :shipping_package, 'ShippingPackage', :optional => true
boolean_node :default_value, 'DefaultValue', 'true', 'false', :optional => true
boolean_node :dimensions_supported, 'DimensionsSupported', 'true', 'false', :optional => true

Method Summary

Methods included from Initializer

#initialize, #object_attributes=