Class: Resume::Address
- Inherits:
-
Object
- Object
- Resume::Address
- Defined in:
- lib/resume.rb
Instance Attribute Summary collapse
-
#city ⇒ Object
Returns the value of attribute city.
-
#state ⇒ Object
Returns the value of attribute state.
-
#street ⇒ Object
Returns the value of attribute street.
-
#zip ⇒ Object
Returns the value of attribute zip.
Class Method Summary collapse
Instance Attribute Details
#city ⇒ Object
Returns the value of attribute city.
273 274 275 |
# File 'lib/resume.rb', line 273 def city @city end |
#state ⇒ Object
Returns the value of attribute state.
274 275 276 |
# File 'lib/resume.rb', line 274 def state @state end |
#street ⇒ Object
Returns the value of attribute street.
272 273 274 |
# File 'lib/resume.rb', line 272 def street @street end |
#zip ⇒ Object
Returns the value of attribute zip.
275 276 277 |
# File 'lib/resume.rb', line 275 def zip @zip end |