class LightspeedRestaurantClient::ProductGroup

Public Class Methods

default_resource_path() click to toggle source
# File lib/lightspeed_restaurant/product_group.rb, line 14
def self.default_resource_path
  "/rest/inventory/#{resource_name.downcase}"
end
resource_name() click to toggle source
# File lib/lightspeed_restaurant/product_group.rb, line 10
def self.resource_name
  'ProductGroup'
end