Class: Celery::Card

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

#exp_monthObject

Returns the value of attribute exp_month.



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

def exp_month
  @exp_month
end

#exp_yearObject

Returns the value of attribute exp_year.



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

def exp_year
  @exp_year
end

#last4Object

Returns the value of attribute last4.



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

def last4
  @last4
end

#typeObject

Returns the value of attribute type.



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

def type
  @type
end