module ChileanCities::ProvinciaPart

Attributes

provincia[RW]

Public Class Methods

new() click to toggle source
# File lib/chilean_cities/provincia_part.rb, line 4
def initialize
  raise NotImplementedError, 'ProvinciaPart must implement initialize()'
  @provincia = nil
end