Method: Shared::StateResource#start
- Defined in:
- lib/vas/shared/state_resource.rb
#start ⇒ void
This method returns an undefined value.
Starts the resource
32 33 34 |
# File 'lib/vas/shared/state_resource.rb', line 32 def start client.post(@state_location, { :status => 'STARTED' }) end |