Module: LightspeedRestaurantClient::Operations::Destroy

Defined in:
lib/lightspeed_restaurant/operations/destroy.rb

Instance Method Summary collapse

Instance Method Details

#destroyObject



4
5
6
7
# File 'lib/lightspeed_restaurant/operations/destroy.rb', line 4

def destroy
  JSON.parse(LightspeedRestaurantClient.delete(self.class.resource_path + "/#{id}"))
  self
end