Class: Celery::Buyer

Inherits:
Base
  • Object
show all
Defined in:
lib/celery/buyer.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

#addressObject

Returns the value of attribute address.



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

def address
  @address
end

#billingObject

Returns the value of attribute billing.



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

def billing
  @billing
end

#emailObject

Returns the value of attribute email.



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

def email
  @email
end

#nameObject

Returns the value of attribute name.



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

def name
  @name
end