chronogolf/lightspeed_restaurant

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.github/workflows/ci.yml
.gitignore
.rspec
.rubocop.yml
.ruby-gemset
.ruby-version
CHANGELOG.md
Gemfile
LICENSE.txt
README.md
Rakefile
bin/console
bin/setup
lightspeed_restaurant.gemspec
logo.png
lib/lightspeed_restaurant.rb40
lib/lightspeed_restaurant/base.rb23
lib/lightspeed_restaurant/company.rb15
lib/lightspeed_restaurant/configuration.rb19
lib/lightspeed_restaurant/customer.rb21
lib/lightspeed_restaurant/customer_credit_change.rb18
A
30 mins
lib/lightspeed_restaurant/customer_establishment_order.rb16
lib/lightspeed_restaurant/customer_loyalty_card.rb18
A
30 mins
lib/lightspeed_restaurant/errors/api_error.rb4
lib/lightspeed_restaurant/errors/authentication_error.rb4
lib/lightspeed_restaurant/errors/invalid_request_error.rb4
lib/lightspeed_restaurant/errors/lightspeed_restaurant_error.rb22
lib/lightspeed_restaurant/errors/not_found_error.rb4
lib/lightspeed_restaurant/errors/rate_limit_error.rb4
lib/lightspeed_restaurant/errors/unauthorized_error.rb4
lib/lightspeed_restaurant/inventory_product.rb13
lib/lightspeed_restaurant/operations/create.rb21
lib/lightspeed_restaurant/operations/destroy.rb10
lib/lightspeed_restaurant/operations/find.rb10
lib/lightspeed_restaurant/operations/list.rb29
lib/lightspeed_restaurant/operations/save.rb10
lib/lightspeed_restaurant/operations/update.rb11
lib/lightspeed_restaurant/payment_type.rb18
lib/lightspeed_restaurant/product_group.rb13
lib/lightspeed_restaurant/product_group_product.rb16
lib/lightspeed_restaurant/receipt.rb13
lib/lightspeed_restaurant/request.rb79
A
45 mins
lib/lightspeed_restaurant/version.rb3