Class: Teryt::Miejscowosc
- Inherits:
-
Object
- Object
- Teryt::Miejscowosc
- Defined in:
- lib/teryt/miejscowosc.rb
Instance Attribute Summary collapse
-
#gmi_rodzaj ⇒ Object
readonly
Returns the value of attribute gmi_rodzaj.
-
#gmi_symbol ⇒ Object
readonly
Returns the value of attribute gmi_symbol.
-
#gmina ⇒ Object
readonly
Returns the value of attribute gmina.
-
#nazwa ⇒ Object
readonly
Returns the value of attribute nazwa.
-
#pow_symbol ⇒ Object
readonly
Returns the value of attribute pow_symbol.
-
#powiat ⇒ Object
readonly
Returns the value of attribute powiat.
-
#symbol ⇒ Object
readonly
Returns the value of attribute symbol.
-
#woj_symbol ⇒ Object
readonly
Returns the value of attribute woj_symbol.
-
#wojewodztwo ⇒ Object
readonly
Returns the value of attribute wojewodztwo.
Instance Method Summary collapse
-
#initialize(nazwa:, symbol:, wojewodztwo:, woj_symbol:, powiat:, pow_symbol:, gmina:, gmi_symbol:, gmi_rodzaj:) ⇒ Miejscowosc
constructor
A new instance of Miejscowosc.
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_rodzaj ⇒ Object (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_symbol ⇒ Object (readonly)
Returns the value of attribute gmi_symbol.
3 4 5 |
# File 'lib/teryt/miejscowosc.rb', line 3 def gmi_symbol @gmi_symbol end |
#gmina ⇒ Object (readonly)
Returns the value of attribute gmina.
3 4 5 |
# File 'lib/teryt/miejscowosc.rb', line 3 def gmina @gmina end |
#nazwa ⇒ Object (readonly)
Returns the value of attribute nazwa.
3 4 5 |
# File 'lib/teryt/miejscowosc.rb', line 3 def nazwa @nazwa end |
#pow_symbol ⇒ Object (readonly)
Returns the value of attribute pow_symbol.
3 4 5 |
# File 'lib/teryt/miejscowosc.rb', line 3 def pow_symbol @pow_symbol end |
#powiat ⇒ Object (readonly)
Returns the value of attribute powiat.
3 4 5 |
# File 'lib/teryt/miejscowosc.rb', line 3 def powiat @powiat end |
#symbol ⇒ Object (readonly)
Returns the value of attribute symbol.
3 4 5 |
# File 'lib/teryt/miejscowosc.rb', line 3 def symbol @symbol end |
#woj_symbol ⇒ Object (readonly)
Returns the value of attribute woj_symbol.
3 4 5 |
# File 'lib/teryt/miejscowosc.rb', line 3 def woj_symbol @woj_symbol end |
#wojewodztwo ⇒ Object (readonly)
Returns the value of attribute wojewodztwo.
3 4 5 |
# File 'lib/teryt/miejscowosc.rb', line 3 def wojewodztwo @wojewodztwo end |