Method: Datasets::Geolonia#initialize

Defined in:
lib/datasets/geolonia.rb

#initializeGeolonia

Returns a new instance of Geolonia.



22
23
24
25
26
27
28
29
30
31
# File 'lib/datasets/geolonia.rb', line 22

def initialize
  super
  .id = 'geolonia'
  .name = 'Geolonia'
  .url = 'https://github.com/geolonia/japanese-addresses'
  .licenses = ["CC-BY-4.0"]
  .description = lambda do
    fetch_readme
  end
end