Method: Megam::Billingtransactions#amountout
- Defined in:
- lib/megam/core/billingtransactions.rb
#amountout(arg = nil) ⇒ Object
54 55 56 57 58 59 60 |
# File 'lib/megam/core/billingtransactions.rb', line 54 def amountout(arg=nil) if arg != nil @amountout= arg else @amountout end end |