Class: NumberPlate::SG::BaseGenerator

Inherits:
Object
  • Object
show all
Defined in:
lib/number_plate/sg/base_generator.rb

Direct Known Subclasses

Generator

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#countryObject (readonly)

Returns the value of attribute country.



5
6
7
# File 'lib/number_plate/sg/base_generator.rb', line 5

def country
  @country
end

Instance Method Details

#generateObject



7
8
9
# File 'lib/number_plate/sg/base_generator.rb', line 7

def generate
  raise 'this method is not defined yet'
end