Class: Celery::Seller

Inherits:
Base
  • Object
show all
Defined in:
lib/celery/seller.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Celery::Base

Instance Attribute Details

#_idObject

Returns the value of attribute _id.



4
5
6
# File 'lib/celery/seller.rb', line 4

def _id
  @_id
end

#emailObject

Returns the value of attribute email.



4
5
6
# File 'lib/celery/seller.rb', line 4

def email
  @email
end

#nameObject

Returns the value of attribute name.



4
5
6
# File 'lib/celery/seller.rb', line 4

def name
  @name
end

#paypal_emailObject

Returns the value of attribute paypal_email.



4
5
6
# File 'lib/celery/seller.rb', line 4

def paypal_email
  @paypal_email
end