Class: Moneytree::Card
- Inherits:
-
Object
- Object
- Moneytree::Card
- Includes:
- ActiveModel::Model
- Defined in:
- app/models/moneytree/card.rb
Instance Attribute Summary collapse
-
#address_zip ⇒ Object
Returns the value of attribute address_zip.
-
#brand ⇒ Object
Returns the value of attribute brand.
-
#country ⇒ Object
Returns the value of attribute country.
-
#exp_month ⇒ Object
Returns the value of attribute exp_month.
-
#exp_year ⇒ Object
Returns the value of attribute exp_year.
-
#fingerprint ⇒ Object
Returns the value of attribute fingerprint.
-
#last4 ⇒ Object
Returns the value of attribute last4.
Instance Attribute Details
#address_zip ⇒ Object
Returns the value of attribute address_zip.
5 6 7 |
# File 'app/models/moneytree/card.rb', line 5 def address_zip @address_zip end |
#brand ⇒ Object
Returns the value of attribute brand.
5 6 7 |
# File 'app/models/moneytree/card.rb', line 5 def brand @brand end |
#country ⇒ Object
Returns the value of attribute country.
5 6 7 |
# File 'app/models/moneytree/card.rb', line 5 def country @country end |
#exp_month ⇒ Object
Returns the value of attribute exp_month.
5 6 7 |
# File 'app/models/moneytree/card.rb', line 5 def exp_month @exp_month end |
#exp_year ⇒ Object
Returns the value of attribute exp_year.
5 6 7 |
# File 'app/models/moneytree/card.rb', line 5 def exp_year @exp_year end |
#fingerprint ⇒ Object
Returns the value of attribute fingerprint.
5 6 7 |
# File 'app/models/moneytree/card.rb', line 5 def fingerprint @fingerprint end |
#last4 ⇒ Object
Returns the value of attribute last4.
5 6 7 |
# File 'app/models/moneytree/card.rb', line 5 def last4 @last4 end |