class EbayTrading::Types::TaxIdentifier

text_node :id, ‘ID’, :optional => true array_node :attributes, ‘Attribute’, :class => TaxIdentifierAttribute, :default_value => []

Public Instance Methods

type() click to toggle source
# File lib/ebay_trading/types/tax_identifier.rb, line 18
def type
  @type
end