Method: Megam::Billingtransactions#trandate
- Defined in:
- lib/megam/core/billingtransactions.rb
#trandate(arg = nil) ⇒ Object
78 79 80 81 82 83 84 |
# File 'lib/megam/core/billingtransactions.rb', line 78 def trandate(arg=nil) if arg != nil @trandate = arg else @trandate end end |