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