Method: Megam::Credithistories#id
- Defined in:
- lib/megam/core/credithistories.rb
#id(arg = nil) ⇒ Object
35 36 37 38 39 40 41 |
# File 'lib/megam/core/credithistories.rb', line 35 def id(arg=nil) if arg != nil @id = arg else @id end end |