Class: Teryt::JednostkaTerytorialna
- Inherits:
-
Object
- Object
- Teryt::JednostkaTerytorialna
- Defined in:
- lib/teryt/jednostka_terytorialna.rb
Instance Attribute Summary collapse
-
#gmi ⇒ Object
readonly
Returns the value of attribute gmi.
-
#nazwa ⇒ Object
readonly
Returns the value of attribute nazwa.
-
#nazwa_dod ⇒ Object
readonly
Returns the value of attribute nazwa_dod.
-
#pow ⇒ Object
readonly
Returns the value of attribute pow.
-
#rodz ⇒ Object
readonly
Returns the value of attribute rodz.
-
#stan_na ⇒ Object
readonly
Returns the value of attribute stan_na.
-
#woj ⇒ Object
readonly
Returns the value of attribute woj.
Instance Method Summary collapse
-
#initialize(gmi:, nazwa:, nazwa_dod:, pow:, rodz:, stan_na:, woj:) ⇒ JednostkaTerytorialna
constructor
A new instance of JednostkaTerytorialna.
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
#gmi ⇒ Object (readonly)
Returns the value of attribute gmi.
3 4 5 |
# File 'lib/teryt/jednostka_terytorialna.rb', line 3 def gmi @gmi end |
#nazwa ⇒ Object (readonly)
Returns the value of attribute nazwa.
3 4 5 |
# File 'lib/teryt/jednostka_terytorialna.rb', line 3 def nazwa @nazwa end |
#nazwa_dod ⇒ Object (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 |
#pow ⇒ Object (readonly)
Returns the value of attribute pow.
3 4 5 |
# File 'lib/teryt/jednostka_terytorialna.rb', line 3 def pow @pow end |
#rodz ⇒ Object (readonly)
Returns the value of attribute rodz.
3 4 5 |
# File 'lib/teryt/jednostka_terytorialna.rb', line 3 def rodz @rodz end |
#stan_na ⇒ Object (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 |
#woj ⇒ Object (readonly)
Returns the value of attribute woj.
3 4 5 |
# File 'lib/teryt/jednostka_terytorialna.rb', line 3 def woj @woj end |