Method: Megam::Billingtransactions#currency_type
- Defined in:
- lib/megam/core/billingtransactions.rb
#currency_type(arg = nil) ⇒ Object
86 87 88 89 90 91 92 |
# File 'lib/megam/core/billingtransactions.rb', line 86 def currency_type(arg=nil) if arg != nil @currency_type = arg else @currency_type end end |