Class: FCC::Station::Contact

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

Instance Attribute Summary collapse

Instance Attribute Details

#addressObject

Returns the value of attribute address

Returns:

  • (Object)

    the current value of address



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

def address
  @address
end

#address2Object

Returns the value of attribute address2

Returns:

  • (Object)

    the current value of address2



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

def address2
  @address2
end

#cityObject

Returns the value of attribute city

Returns:

  • (Object)

    the current value of city



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

def city
  @city
end

#emailObject

Returns the value of attribute email

Returns:

  • (Object)

    the current value of email



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

def email
  @email
end

#faxObject

Returns the value of attribute fax

Returns:

  • (Object)

    the current value of fax



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

def fax
  @fax
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#phoneObject

Returns the value of attribute phone

Returns:

  • (Object)

    the current value of phone



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

def phone
  @phone
end

#stateObject

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



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

def state
  @state
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



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

def title
  @title
end

#websiteObject

Returns the value of attribute website

Returns:

  • (Object)

    the current value of website



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

def website
  @website
end

#zip_codeObject

Returns the value of attribute zip_code

Returns:

  • (Object)

    the current value of zip_code



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

def zip_code
  @zip_code
end