Class: NetCity::SchoolAddress

Inherits:
Struct
  • Object
show all
Defined in:
lib/netcity/data.rb

Instance Attribute Summary collapse

Instance Attribute Details

#cityObject

Returns the value of attribute city



4
5
6
# File 'lib/netcity/data.rb', line 4

def city
  @city
end

#funcObject

Returns the value of attribute func



4
5
6
# File 'lib/netcity/data.rb', line 4

def func
  @func
end

#provinceObject

Returns the value of attribute province



4
5
6
# File 'lib/netcity/data.rb', line 4

def province
  @province
end

#schoolObject

Returns the value of attribute school



4
5
6
# File 'lib/netcity/data.rb', line 4

def school
  @school
end

#stateObject

Returns the value of attribute state



4
5
6
# File 'lib/netcity/data.rb', line 4

def state
  @state
end