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



10
11
12
# File 'lib/fcc/station.rb', line 10

def city
  @city
end

#stateObject

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



10
11
12
# File 'lib/fcc/station.rb', line 10

def state
  @state
end