Method: Megam::Billingtransactions#amountin
- Defined in:
- lib/megam/core/billingtransactions.rb
#amountin(arg = nil) ⇒ Object
46 47 48 49 50 51 52 |
# File 'lib/megam/core/billingtransactions.rb', line 46 def amountin(arg=nil) if arg != nil @amountin= arg else @amountin end end |