Class: SalesTax::LineItem::Medicine

Inherits:
Base
  • Object
show all
Defined in:
lib/sales_tax/line_item/medicine.rb

Instance Method Summary collapse

Methods inherited from Base

augment, #initialize, #to_hash

Methods included from Accountable

#to_hash

Constructor Details

This class inherits a constructor from SalesTax::LineItem::Base

Instance Method Details

#categoryObject



4
5
6
# File 'lib/sales_tax/line_item/medicine.rb', line 4

def category
  :medicine
end