Class: GoogleR::Contact::Address
- Inherits:
-
Struct
- Object
- Struct
- GoogleR::Contact::Address
- Defined in:
- lib/google_r/contact.rb
Instance Attribute Summary collapse
-
#city ⇒ Object
Returns the value of attribute city.
-
#country ⇒ Object
Returns the value of attribute country.
-
#neighborhood ⇒ Object
Returns the value of attribute neighborhood.
-
#pobox ⇒ Object
Returns the value of attribute pobox.
-
#postcode ⇒ Object
Returns the value of attribute postcode.
-
#region ⇒ Object
Returns the value of attribute region.
-
#rel ⇒ Object
Returns the value of attribute rel.
-
#street ⇒ Object
Returns the value of attribute street.
Instance Attribute Details
#city ⇒ Object
Returns the value of attribute city
7 8 9 |
# File 'lib/google_r/contact.rb', line 7 def city @city end |
#country ⇒ Object
Returns the value of attribute country
7 8 9 |
# File 'lib/google_r/contact.rb', line 7 def country @country end |
#neighborhood ⇒ Object
Returns the value of attribute neighborhood
7 8 9 |
# File 'lib/google_r/contact.rb', line 7 def neighborhood @neighborhood end |
#pobox ⇒ Object
Returns the value of attribute pobox
7 8 9 |
# File 'lib/google_r/contact.rb', line 7 def pobox @pobox end |
#postcode ⇒ Object
Returns the value of attribute postcode
7 8 9 |
# File 'lib/google_r/contact.rb', line 7 def postcode @postcode end |
#region ⇒ Object
Returns the value of attribute region
7 8 9 |
# File 'lib/google_r/contact.rb', line 7 def region @region end |
#rel ⇒ Object
Returns the value of attribute rel
7 8 9 |
# File 'lib/google_r/contact.rb', line 7 def rel @rel end |
#street ⇒ Object
Returns the value of attribute street
7 8 9 |
# File 'lib/google_r/contact.rb', line 7 def street @street end |