Class: FCC::Station::Community

Inherits:
Struct
  • Object
show all
Defined in:
lib/fcc/station.rb

Instance Attribute Summary collapse

Instance Attribute Details

#cityObject

Returns the value of attribute city

Returns:

  • (Object)

    the current value of city



14
15
16
# File 'lib/fcc/station.rb', line 14

def city
  @city
end

#countryObject

Returns the value of attribute country

Returns:

  • (Object)

    the current value of country



14
15
16
# File 'lib/fcc/station.rb', line 14

def country
  @country
end

#stateObject

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



14
15
16
# File 'lib/fcc/station.rb', line 14

def state
  @state
end