Class: Celery::Billing
Instance Attribute Summary collapse
-
#city ⇒ Object
Returns the value of attribute city.
-
#country ⇒ Object
Returns the value of attribute country.
-
#state ⇒ Object
Returns the value of attribute state.
-
#street ⇒ Object
Returns the value of attribute street.
-
#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/billing.rb', line 4 def city @city end |
#country ⇒ Object
Returns the value of attribute country.
4 5 6 |
# File 'lib/celery/billing.rb', line 4 def country @country end |
#state ⇒ Object
Returns the value of attribute state.
4 5 6 |
# File 'lib/celery/billing.rb', line 4 def state @state end |
#street ⇒ Object
Returns the value of attribute street.
4 5 6 |
# File 'lib/celery/billing.rb', line 4 def street @street end |
#zip ⇒ Object
Returns the value of attribute zip.
4 5 6 |
# File 'lib/celery/billing.rb', line 4 def zip @zip end |