Method: Megam::Billingtransactions#id
- Defined in:
- lib/megam/core/billingtransactions.rb
#id(arg = nil) ⇒ Object
22 23 24 25 26 27 28 |
# File 'lib/megam/core/billingtransactions.rb', line 22 def id(arg=nil) if arg != nil @id = arg else @id end end |