Class: Celery::Address
Instance Attribute Summary collapse
-
#city ⇒ Object
Returns the value of attribute city.
-
#company_name ⇒ Object
Returns the value of attribute company_name.
-
#country ⇒ Object
Returns the value of attribute country.
-
#phone ⇒ Object
Returns the value of attribute phone.
-
#state ⇒ Object
Returns the value of attribute state.
-
#street ⇒ Object
Returns the value of attribute street.
-
#street2 ⇒ Object
Returns the value of attribute street2.
-
#zip ⇒ Object
Returns the value of attribute zip.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Celery::Base
Instance Attribute Details
#city ⇒ Object
Returns the value of attribute city.
4 5 6 |
# File 'lib/celery/address.rb', line 4 def city @city end |
#company_name ⇒ Object
Returns the value of attribute company_name.
4 5 6 |
# File 'lib/celery/address.rb', line 4 def company_name @company_name end |
#country ⇒ Object
Returns the value of attribute country.
4 5 6 |
# File 'lib/celery/address.rb', line 4 def country @country end |
#phone ⇒ Object
Returns the value of attribute phone.
4 5 6 |
# File 'lib/celery/address.rb', line 4 def phone @phone end |
#state ⇒ Object
Returns the value of attribute state.
4 5 6 |
# File 'lib/celery/address.rb', line 4 def state @state end |
#street ⇒ Object
Returns the value of attribute street.
4 5 6 |
# File 'lib/celery/address.rb', line 4 def street @street end |
#street2 ⇒ Object
Returns the value of attribute street2.
4 5 6 |
# File 'lib/celery/address.rb', line 4 def street2 @street2 end |
#zip ⇒ Object
Returns the value of attribute zip.
4 5 6 |
# File 'lib/celery/address.rb', line 4 def zip @zip end |