lib/lightspeed_restaurant.rb in lightspeed_restaurant-0.3.0 vs lib/lightspeed_restaurant.rb in lightspeed_restaurant-1.0.0
- old
+ new
@@ -10,10 +10,10 @@
require 'lightspeed_restaurant/customer'
require 'lightspeed_restaurant/customer_credit_change'
require 'lightspeed_restaurant/receipt'
require 'lightspeed_restaurant/company'
-module LightspeedRestaurant
+module LightspeedRestaurantClient
class << self
attr_accessor :api_token, :base_uri
def get(path, body = {}, query = {})
request(path, body, query).perform(method: :get)