Method: Megam::Backups#asm_id
- Defined in:
- lib/megam/core/backups.rb
#asm_id(arg = nil) ⇒ Object
39 40 41 42 43 44 45 |
# File 'lib/megam/core/backups.rb', line 39 def asm_id(arg=nil) if arg != nil @asm_id = arg else @asm_id end end |