Class: Holoserve::Interface::Control::Bucket::Delete
- Inherits:
-
Goliath::API
- Object
- Goliath::API
- Holoserve::Interface::Control::Bucket::Delete
- Includes:
- Helper
- Defined in:
- lib/holoserve/interface/control/bucket.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
17 18 19 20 |
# File 'lib/holoserve/interface/control/bucket.rb', line 17 def response(environment) bucket.clear respond_json_acknowledgement end |