Class: Dima::NumberConfig
Instance Attribute Summary collapse
-
#delimiter ⇒ Object
Returns the value of attribute delimiter.
-
#separator ⇒ Object
Returns the value of attribute separator.
Method Summary
Methods included from Init
Instance Attribute Details
#delimiter ⇒ Object
Returns the value of attribute delimiter.
21 22 23 |
# File 'lib/dima/config.rb', line 21 def delimiter @delimiter end |
#separator ⇒ Object
Returns the value of attribute separator.
21 22 23 |
# File 'lib/dima/config.rb', line 21 def separator @separator end |