Module: LightspeedRestaurantClient::Operations::Save

Included in:
Customer
Defined in:
lib/lightspeed_restaurant/operations/save.rb

Instance Method Summary collapse

Instance Method Details

#saveObject



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

def save
  LightspeedRestaurantClient.put(self.class.resource_path + "/#{id}", self)
  self
end