Class: Teryt::JednostkaTerytorialna

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(gmi:, nazwa:, nazwa_dod:, pow:, rodz:, stan_na:, woj:) ⇒ JednostkaTerytorialna

Returns a new instance of JednostkaTerytorialna.



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

def initialize(gmi:, nazwa:, nazwa_dod:, pow:, rodz:, stan_na:, woj:)
  @gmi = gmi
  @nazwa = nazwa
  @nazwa_dod = nazwa_dod
  @pow = pow
  @rodz = rodz
  @stan_na = stan_na
  @woj = woj
end

Instance Attribute Details

#gmiObject (readonly)

Returns the value of attribute gmi.



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

def gmi
  @gmi
end

#nazwaObject (readonly)

Returns the value of attribute nazwa.



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

def nazwa
  @nazwa
end

#nazwa_dodObject (readonly)

Returns the value of attribute nazwa_dod.



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

def nazwa_dod
  @nazwa_dod
end

#powObject (readonly)

Returns the value of attribute pow.



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

def pow
  @pow
end

#rodzObject (readonly)

Returns the value of attribute rodz.



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

def rodz
  @rodz
end

#stan_naObject (readonly)

Returns the value of attribute stan_na.



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

def stan_na
  @stan_na
end

#wojObject (readonly)

Returns the value of attribute woj.



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

def woj
  @woj
end