Module: Stall::Priceable

Defined in:
lib/stall/priceable.rb

Instance Method Summary collapse

Instance Method Details

#vatObject



3
4
5
# File 'lib/stall/priceable.rb', line 3

def vat
  price - eot_price
end