module LightspeedRestaurantClient::Operations::Save

Public Instance Methods

save(configuration = nil) click to toggle source
# File lib/lightspeed_restaurant/operations/save.rb, line 6
def save(configuration = nil)
  LightspeedRestaurantClient.put(self.class.default_resource_path + "/#{id}", self, {}, configuration)
  self
end