Method: Shared::StateResource#state

Defined in:
lib/vas/shared/state_resource.rb

#stateString

Returns the state of the resource.

Returns:

  • (String)

    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