Class: FCC::Station::Community
- Inherits:
-
Struct
- Object
- Struct
- FCC::Station::Community
- Defined in:
- lib/fcc/station.rb
Instance Attribute Summary collapse
-
#city ⇒ Object
Returns the value of attribute city.
-
#state ⇒ Object
Returns the value of attribute state.
Instance Attribute Details
#city ⇒ Object
Returns the value of attribute city
10 11 12 |
# File 'lib/fcc/station.rb', line 10 def city @city end |
#state ⇒ Object
Returns the value of attribute state
10 11 12 |
# File 'lib/fcc/station.rb', line 10 def state @state end |