Method: Megam::Backups#labels

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

#labels(arg = []) ⇒ Object



70
71
72
73
74
75
76
# File 'lib/megam/core/backups.rb', line 70

def labels(arg=[])
   if arg != []
      @labels=arg
   else
      @labels
    end
end