module Fleet::Client::State

Constants

STATE_RESOURCE

Public Instance Methods

list_states(options={}) click to toggle source
# File lib/fleet/client/state.rb, line 7
def list_states(options={})
  get(state_path, options)
end

Private Instance Methods

state_path(*parts) click to toggle source
# File lib/fleet/client/state.rb, line 13
def state_path(*parts)
  resource_path(STATE_RESOURCE, *parts)
end