Module: Locality::Postnummerservice

Defined in:
lib/locality/postnummerservice.rb,
lib/locality/postnummerservice/entry.rb,
lib/locality/postnummerservice/state.rb,
lib/locality/postnummerservice/aregion.rb,
lib/locality/postnummerservice/province.rb,
lib/locality/postnummerservice/collection.rb

Defined Under Namespace

Modules: Collection Classes: Aregion, Entry, Province, State

Class Method Summary collapse

Class Method Details

.aregionsObject



10
11
12
13
# File 'lib/locality/postnummerservice.rb', line 10

def self.aregions
  load
  @aregions
end

.provincesObject



20
21
22
23
# File 'lib/locality/postnummerservice.rb', line 20

def self.provinces
  load
  @provinces
end

.statesObject



15
16
17
18
# File 'lib/locality/postnummerservice.rb', line 15

def self.states
  load
  @states
end