Method: Megam::Backups.show

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

.show(o) ⇒ Object



245
246
247
248
# File 'lib/megam/core/backups.rb', line 245

def self.show(o)
    sps = self.new(o)
    sps.megam_rest.get_one_backup(o[:id])
end