Method: RHC::Rest::Mock::MockRestCartridge#restart
- Defined in:
- lib/rhc/rest/mock.rb
#restart ⇒ Object
967 968 969 970 |
# File 'lib/rhc/rest/mock.rb', line 967 def restart @status_messages = [{"message" => "started", "gear_id" => "123"}] @app end |