Class: Holoserve::Interface::Control::State::Fetch

Inherits:
Goliath::API
  • Object
show all
Includes:
Helper
Defined in:
lib/holoserve/interface/control/state.rb

Instance Method Summary collapse

Methods included from Helper

#bad_request, #bucket, #history, #not_found, #ok, #pairs, #respond_json, #respond_json_acknowledgement, #state

Instance Method Details

#response(environment) ⇒ Object



22
23
24
# File 'lib/holoserve/interface/control/state.rb', line 22

def response(environment)
  respond_json state
end