Method: Megam::Billingtransactions#tranid
- Defined in:
- lib/megam/core/billingtransactions.rb
#tranid(arg = nil) ⇒ Object
70 71 72 73 74 75 76 |
# File 'lib/megam/core/billingtransactions.rb', line 70 def tranid(arg=nil) if arg != nil @tranid = arg else @tranid end end |