Class: Burn::Crash
- Inherits:
-
ActiveResource::Base
- Object
- ActiveResource::Base
- Burn::Crash
- Defined in:
- lib/app/models/burn/crash.rb
Overview
A simple RESTful XML interface to the Crash server
Class Method Summary collapse
-
.register ⇒ Object
Registers this application with the server.
Instance Method Summary collapse
-
#backup ⇒ Object
Force a backup of this application.
-
#restore ⇒ Object
Force a restore of this application.
-
#schedule ⇒ Object
Update the schedule of this application.
Class Method Details
.register ⇒ Object
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
#backup ⇒ Object
Force a backup of this application
10 11 |
# File 'lib/app/models/burn/crash.rb', line 10 def backup end |
#restore ⇒ Object
Force a restore of this application
14 15 |
# File 'lib/app/models/burn/crash.rb', line 14 def restore end |
#schedule ⇒ Object
Update the schedule of this application
18 19 |
# File 'lib/app/models/burn/crash.rb', line 18 def schedule end |