Module: Fleet::Client::State
- Included in:
- Fleet::Client
- Defined in:
- lib/fleet/client/state.rb
Constant Summary collapse
- STATE_RESOURCE =
'state'
Instance Method Summary collapse
Instance Method Details
#list_states(options = {}) ⇒ Object
7 8 9 |
# File 'lib/fleet/client/state.rb', line 7 def list_states(={}) get(state_path, ) end |