Class: GoogleR::Contact::Address

Inherits:
Struct
  • Object
show all
Defined in:
lib/google_r/contact.rb

Instance Attribute Summary collapse

Instance Attribute Details

#cityObject

Returns the value of attribute city

Returns:

  • (Object)

    the current value of city



7
8
9
# File 'lib/google_r/contact.rb', line 7

def city
  @city
end

#countryObject

Returns the value of attribute country

Returns:

  • (Object)

    the current value of country



7
8
9
# File 'lib/google_r/contact.rb', line 7

def country
  @country
end

#neighborhoodObject

Returns the value of attribute neighborhood

Returns:

  • (Object)

    the current value of neighborhood



7
8
9
# File 'lib/google_r/contact.rb', line 7

def neighborhood
  @neighborhood
end

#poboxObject

Returns the value of attribute pobox

Returns:

  • (Object)

    the current value of pobox



7
8
9
# File 'lib/google_r/contact.rb', line 7

def pobox
  @pobox
end

#postcodeObject

Returns the value of attribute postcode

Returns:

  • (Object)

    the current value of postcode



7
8
9
# File 'lib/google_r/contact.rb', line 7

def postcode
  @postcode
end

#regionObject

Returns the value of attribute region

Returns:

  • (Object)

    the current value of region



7
8
9
# File 'lib/google_r/contact.rb', line 7

def region
  @region
end

#relObject

Returns the value of attribute rel

Returns:

  • (Object)

    the current value of rel



7
8
9
# File 'lib/google_r/contact.rb', line 7

def rel
  @rel
end

#streetObject

Returns the value of attribute street

Returns:

  • (Object)

    the current value of street



7
8
9
# File 'lib/google_r/contact.rb', line 7

def street
  @street
end