Method: Shared::StateResource#stop
- Defined in:
- lib/vas/shared/state_resource.rb
#stop ⇒ void
This method returns an undefined value.
Stops the resource
39 40 41 |
# File 'lib/vas/shared/state_resource.rb', line 39 def stop client.post(@state_location, { :status => 'STOPPED' }) end |