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



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

def address
  @address
end

#address2Object

Returns the value of attribute address2

Returns:

  • (Object)

    the current value of address2



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

def address2
  @address2
end

#cityObject

Returns the value of attribute city

Returns:

  • (Object)

    the current value of city



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

def city
  @city
end

#countryObject

Returns the value of attribute country

Returns:

  • (Object)

    the current value of country



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

def country
  @country
end

#emailObject

Returns the value of attribute email

Returns:

  • (Object)

    the current value of email



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

def email
  @email
end

#faxObject

Returns the value of attribute fax

Returns:

  • (Object)

    the current value of fax



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

def fax
  @fax
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#phoneObject

Returns the value of attribute phone

Returns:

  • (Object)

    the current value of phone



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

def phone
  @phone
end

#stateObject

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



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

def state
  @state
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



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

def title
  @title
end

#websiteObject

Returns the value of attribute website

Returns:

  • (Object)

    the current value of website



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

def website
  @website
end

#zip_codeObject

Returns the value of attribute zip_code

Returns:

  • (Object)

    the current value of zip_code



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

def zip_code
  @zip_code
end