class LightspeedRestaurantClient::PaymentType

Public Class Methods

default_resource_path() click to toggle source
# File lib/lightspeed_restaurant/payment_type.rb, line 16
def self.default_resource_path
  "/rest/core/#{resource_name.downcase}"
end
list_resource_path() click to toggle source
# File lib/lightspeed_restaurant/payment_type.rb, line 20
def self.list_resource_path
  "/rest/onlineordering/#{resource_name.downcase}"
end
resource_name() click to toggle source
# File lib/lightspeed_restaurant/payment_type.rb, line 12
def self.resource_name
  'PaymentType'
end