class NumberPlate::SG::BaseGenerator

Attributes

country[R]

Public Instance Methods

generate() click to toggle source
# File lib/number_plate/sg/base_generator.rb, line 7
def generate
  raise 'this method is not defined yet'
end