module LightspeedRestaurantClient::Operations::Destroy
Public Instance Methods
destroy(configuration = nil)
click to toggle source
# File lib/lightspeed_restaurant/operations/destroy.rb, line 6 def destroy(configuration = nil) JSON.parse(LightspeedRestaurantClient.delete(self.class.default_resource_path + "/#{id}", {}, configuration)) self end