Class: FCC::Station::Contact
- Inherits:
-
Struct
- Object
- Struct
- FCC::Station::Contact
- Defined in:
- lib/fcc/station.rb
Instance Attribute Summary collapse
-
#address ⇒ Object
Returns the value of attribute address.
-
#address2 ⇒ Object
Returns the value of attribute address2.
-
#city ⇒ Object
Returns the value of attribute city.
-
#email ⇒ Object
Returns the value of attribute email.
-
#fax ⇒ Object
Returns the value of attribute fax.
-
#name ⇒ Object
Returns the value of attribute name.
-
#phone ⇒ Object
Returns the value of attribute phone.
-
#state ⇒ Object
Returns the value of attribute state.
-
#title ⇒ Object
Returns the value of attribute title.
-
#website ⇒ Object
Returns the value of attribute website.
-
#zip_code ⇒ Object
Returns the value of attribute zip_code.
Instance Attribute Details
#address ⇒ Object
Returns the value of attribute address
9 10 11 |
# File 'lib/fcc/station.rb', line 9 def address @address end |
#address2 ⇒ Object
Returns the value of attribute address2
9 10 11 |
# File 'lib/fcc/station.rb', line 9 def address2 @address2 end |
#city ⇒ Object
Returns the value of attribute city
9 10 11 |
# File 'lib/fcc/station.rb', line 9 def city @city end |
#email ⇒ Object
Returns the value of attribute email
9 10 11 |
# File 'lib/fcc/station.rb', line 9 def email @email end |
#fax ⇒ Object
Returns the value of attribute fax
9 10 11 |
# File 'lib/fcc/station.rb', line 9 def fax @fax end |
#name ⇒ Object
Returns the value of attribute name
9 10 11 |
# File 'lib/fcc/station.rb', line 9 def name @name end |
#phone ⇒ Object
Returns the value of attribute phone
9 10 11 |
# File 'lib/fcc/station.rb', line 9 def phone @phone end |
#state ⇒ Object
Returns the value of attribute state
9 10 11 |
# File 'lib/fcc/station.rb', line 9 def state @state end |
#title ⇒ Object
Returns the value of attribute title
9 10 11 |
# File 'lib/fcc/station.rb', line 9 def title @title end |
#website ⇒ Object
Returns the value of attribute website
9 10 11 |
# File 'lib/fcc/station.rb', line 9 def website @website end |
#zip_code ⇒ Object
Returns the value of attribute zip_code
9 10 11 |
# File 'lib/fcc/station.rb', line 9 def zip_code @zip_code end |