Method: Megam::Backups#id

Defined in:
lib/megam/core/backups.rb

#id(arg = nil) ⇒ Object



23
24
25
26
27
28
29
# File 'lib/megam/core/backups.rb', line 23

def id(arg=nil)
    if arg != nil
        @id = arg
    else
        @id
    end
end