Class: EbayTrading::Types::TaxIdentifier
- Inherits:
-
Object
- Object
- EbayTrading::Types::TaxIdentifier
- Includes:
- Initializer, XML::Mapping
- Defined in:
- lib/ebay_trading/types/tax_identifier.rb
Overview
text_node :id, ‘ID’, :optional => true
array_node :attributes, 'Attribute', :class => TaxIdentifierAttribute, :default_value => []
Instance Method Summary collapse
Methods included from Initializer
#initialize, #object_attributes=
Instance Method Details
#type ⇒ Object
18 19 20 |
# File 'lib/ebay_trading/types/tax_identifier.rb', line 18 def type @type end |