Sha256: 8a296e638f092cce795a92279c49b126967143ebe3d5e90b0b93bb3401487552
Contents?: true
Size: 298 Bytes
Versions: 1
Compression:
Stored size: 298 Bytes
Contents
# frozen_string_literal: true module LightspeedRestaurantClient module Operations module Find def find(id, configuration = nil) response = JSON.parse(LightspeedRestaurantClient.get(resource_path + "/#{id}", {}, configuration)) new(response) end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
lightspeed_restaurant-3.0.0 | lib/lightspeed_restaurant/operations/find.rb |