Sha256: e4dd9007625bd61744a0884af5d1cbb5a9c29a4a9a7e74fa513eccbab01dfd71
Contents?: true
Size: 373 Bytes
Versions: 2
Compression:
Stored size: 373 Bytes
Contents
# frozen_string_literal: true require 'lightspeed_restaurant/base' require 'lightspeed_restaurant/operations/list' module LightspeedRestaurantClient class Company < LightspeedRestaurantClient::Base extend Operations::List def self.resource_name 'Company' end def self.resource_path "/rest/core/#{resource_name.downcase}" end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
lightspeed_restaurant-3.0.0 | lib/lightspeed_restaurant/company.rb |
lightspeed_restaurant-2.0.0 | lib/lightspeed_restaurant/company.rb |