Method: Address#city

Defined in:
app/models/address.rb

#cityObject

Returns the value of attribute city.



2
3
4
# File 'app/models/address.rb', line 2

def city
  @city
end