class PLU
Constants
- VERSION
Public Class Methods
Source
# File lib/plu.rb, line 28 def self.all @all ||= JSON.load_file(File.expand_path("../plu_codes.json", __dir__)) end
Public Instance Methods
Source
# File lib/plu.rb, line 24 def retailer_assigned? name.to_s.start_with?("Retailer Assigned") end