Class: Burn::Crash

Inherits:
ActiveResource::Base
  • Object
show all
Defined in:
lib/app/models/burn/crash.rb

Overview

A simple RESTful XML interface to the Crash server

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.registerObject

Registers this application with the server. If it is already registered, updates the server with the given schedule.



6
7
# File 'lib/app/models/burn/crash.rb', line 6

def self.register
end

Instance Method Details

#backupObject

Force a backup of this application



10
11
# File 'lib/app/models/burn/crash.rb', line 10

def backup
end

#restoreObject

Force a restore of this application



14
15
# File 'lib/app/models/burn/crash.rb', line 14

def restore
end

#scheduleObject

Update the schedule of this application



18
19
# File 'lib/app/models/burn/crash.rb', line 18

def schedule
end