Class: Teryt::Miejscowosc

Inherits:
Object
  • Object
show all
Defined in:
lib/teryt/miejscowosc.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(nazwa:, symbol:, wojewodztwo:, woj_symbol:, powiat:, pow_symbol:, gmina:, gmi_symbol:, gmi_rodzaj:) ⇒ Miejscowosc

Returns a new instance of Miejscowosc.



5
6
7
8
9
10
11
12
13
14
15
# File 'lib/teryt/miejscowosc.rb', line 5

def initialize(nazwa:, symbol:, wojewodztwo:, woj_symbol:, powiat:, pow_symbol:, gmina:, gmi_symbol:, gmi_rodzaj:)
  @nazwa = nazwa 
  @symbol = symbol 
  @wojewodztwo = wojewodztwo 
  @woj_symbol = woj_symbol 
  @powiat = powiat 
  @pow_symbol = pow_symbol 
  @gmina = gmina 
  @gmi_symbol = gmi_symbol 
  @gmi_rodzaj = gmi_rodzaj
end

Instance Attribute Details

#gmi_rodzajObject (readonly)

Returns the value of attribute gmi_rodzaj.



3
4
5
# File 'lib/teryt/miejscowosc.rb', line 3

def gmi_rodzaj
  @gmi_rodzaj
end

#gmi_symbolObject (readonly)

Returns the value of attribute gmi_symbol.



3
4
5
# File 'lib/teryt/miejscowosc.rb', line 3

def gmi_symbol
  @gmi_symbol
end

#gminaObject (readonly)

Returns the value of attribute gmina.



3
4
5
# File 'lib/teryt/miejscowosc.rb', line 3

def gmina
  @gmina
end

#nazwaObject (readonly)

Returns the value of attribute nazwa.



3
4
5
# File 'lib/teryt/miejscowosc.rb', line 3

def nazwa
  @nazwa
end

#pow_symbolObject (readonly)

Returns the value of attribute pow_symbol.



3
4
5
# File 'lib/teryt/miejscowosc.rb', line 3

def pow_symbol
  @pow_symbol
end

#powiatObject (readonly)

Returns the value of attribute powiat.



3
4
5
# File 'lib/teryt/miejscowosc.rb', line 3

def powiat
  @powiat
end

#symbolObject (readonly)

Returns the value of attribute symbol.



3
4
5
# File 'lib/teryt/miejscowosc.rb', line 3

def symbol
  @symbol
end

#woj_symbolObject (readonly)

Returns the value of attribute woj_symbol.



3
4
5
# File 'lib/teryt/miejscowosc.rb', line 3

def woj_symbol
  @woj_symbol
end

#wojewodztwoObject (readonly)

Returns the value of attribute wojewodztwo.



3
4
5
# File 'lib/teryt/miejscowosc.rb', line 3

def wojewodztwo
  @wojewodztwo
end