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

#vat_coefficientObject



7
8
9
# File 'lib/stall/priceable.rb', line 7

def vat_coefficient
  (1 + (vat_rate / 100.0))
end