module LightspeedRestaurantClient::Operations::Find

Public Instance Methods

find(id, configuration = nil) click to toggle source
# File lib/lightspeed_restaurant/operations/find.rb, line 6
def find(id, configuration = nil)
  response = JSON.parse(LightspeedRestaurantClient.get(default_resource_path + "/#{id}", {}, configuration))
  new(response)
end