Class: Celery::Buyer
Instance Attribute Summary collapse
-
#address ⇒ Object
Returns the value of attribute address.
-
#billing ⇒ Object
Returns the value of attribute billing.
-
#email ⇒ Object
Returns the value of attribute email.
-
#name ⇒ Object
Returns the value of attribute name.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Celery::Base
Instance Attribute Details
#address ⇒ Object
Returns the value of attribute address.
4 5 6 |
# File 'lib/celery/buyer.rb', line 4 def address @address end |
#billing ⇒ Object
Returns the value of attribute billing.
4 5 6 |
# File 'lib/celery/buyer.rb', line 4 def billing @billing end |
#email ⇒ Object
Returns the value of attribute email.
4 5 6 |
# File 'lib/celery/buyer.rb', line 4 def email @email end |
#name ⇒ Object
Returns the value of attribute name.
4 5 6 |
# File 'lib/celery/buyer.rb', line 4 def name @name end |