Method: Shared::StateResource#state
- Defined in:
- lib/vas/shared/state_resource.rb
#state ⇒ String
Returns the state of the resource.
44 45 46 |
# File 'lib/vas/shared/state_resource.rb', line 44 def state client.get(@state_location)['status'] end |