Class: Monies::Format::EU
- Inherits:
-
Monies::Format
- Object
- Monies::Format
- Monies::Format::EU
- Defined in:
- lib/monies/format.rb
Instance Method Summary collapse
Methods inherited from Monies::Format
Instance Method Details
#scale ⇒ Object
40 41 42 |
# File 'lib/monies/format.rb', line 40 def scale 2 end |
#separator ⇒ Object
48 49 50 |
# File 'lib/monies/format.rb', line 48 def separator ',' end |
#thousands_separator ⇒ Object
52 53 54 |
# File 'lib/monies/format.rb', line 52 def thousands_separator '.' end |
#zero ⇒ Object
44 45 46 |
# File 'lib/monies/format.rb', line 44 def zero '0,00' end |