Class: Moneytree::Card

Inherits:
Object
  • Object
show all
Includes:
ActiveModel::Model
Defined in:
app/models/moneytree/card.rb

Instance Attribute Summary collapse

Instance Attribute Details

#address_zipObject

Returns the value of attribute address_zip.



5
6
7
# File 'app/models/moneytree/card.rb', line 5

def address_zip
  @address_zip
end

#brandObject

Returns the value of attribute brand.



5
6
7
# File 'app/models/moneytree/card.rb', line 5

def brand
  @brand
end

#countryObject

Returns the value of attribute country.



5
6
7
# File 'app/models/moneytree/card.rb', line 5

def country
  @country
end

#exp_monthObject

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_yearObject

Returns the value of attribute exp_year.



5
6
7
# File 'app/models/moneytree/card.rb', line 5

def exp_year
  @exp_year
end

#fingerprintObject

Returns the value of attribute fingerprint.



5
6
7
# File 'app/models/moneytree/card.rb', line 5

def fingerprint
  @fingerprint
end

#last4Object

Returns the value of attribute last4.



5
6
7
# File 'app/models/moneytree/card.rb', line 5

def last4
  @last4
end