Class: Celery::Card
Instance Attribute Summary collapse
-
#exp_month ⇒ Object
Returns the value of attribute exp_month.
-
#exp_year ⇒ Object
Returns the value of attribute exp_year.
-
#last4 ⇒ Object
Returns the value of attribute last4.
-
#type ⇒ Object
Returns the value of attribute type.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Celery::Base
Instance Attribute Details
#exp_month ⇒ Object
Returns the value of attribute exp_month.
4 5 6 |
# File 'lib/celery/card.rb', line 4 def exp_month @exp_month end |
#exp_year ⇒ Object
Returns the value of attribute exp_year.
4 5 6 |
# File 'lib/celery/card.rb', line 4 def exp_year @exp_year end |
#last4 ⇒ Object
Returns the value of attribute last4.
4 5 6 |
# File 'lib/celery/card.rb', line 4 def last4 @last4 end |
#type ⇒ Object
Returns the value of attribute type.
4 5 6 |
# File 'lib/celery/card.rb', line 4 def type @type end |