Class: NetCity::SchoolAddress
- Inherits:
-
Struct
- Object
- Struct
- NetCity::SchoolAddress
- Defined in:
- lib/netcity/data.rb
Instance Attribute Summary collapse
-
#city ⇒ Object
Returns the value of attribute city.
-
#func ⇒ Object
Returns the value of attribute func.
-
#province ⇒ Object
Returns the value of attribute province.
-
#school ⇒ Object
Returns the value of attribute school.
-
#state ⇒ Object
Returns the value of attribute state.
Instance Attribute Details
#city ⇒ Object
Returns the value of attribute city
4 5 6 |
# File 'lib/netcity/data.rb', line 4 def city @city end |
#func ⇒ Object
Returns the value of attribute func
4 5 6 |
# File 'lib/netcity/data.rb', line 4 def func @func end |
#province ⇒ Object
Returns the value of attribute province
4 5 6 |
# File 'lib/netcity/data.rb', line 4 def province @province end |
#school ⇒ Object
Returns the value of attribute school
4 5 6 |
# File 'lib/netcity/data.rb', line 4 def school @school end |
#state ⇒ Object
Returns the value of attribute state
4 5 6 |
# File 'lib/netcity/data.rb', line 4 def state @state end |