Class: Sevendigital::Card

Inherits:
SevendigitalObject show all
Defined in:
lib/sevendigital/model/card.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from SevendigitalObject

#copy_basic_properties_from, #initialize

Constructor Details

This class inherits a constructor from Sevendigital::SevendigitalObject

Instance Attribute Details

#card_holder_nameObject

Returns the value of attribute card_holder_name.



5
6
7
# File 'lib/sevendigital/model/card.rb', line 5

def card_holder_name
  @card_holder_name
end

#expiry_dateObject

Returns the value of attribute expiry_date.



5
6
7
# File 'lib/sevendigital/model/card.rb', line 5

def expiry_date
  @expiry_date
end

#idObject

Returns the value of attribute id.



5
6
7
# File 'lib/sevendigital/model/card.rb', line 5

def id
  @id
end

#last_4_digitsObject

Returns the value of attribute last_4_digits.



5
6
7
# File 'lib/sevendigital/model/card.rb', line 5

def last_4_digits
  @last_4_digits
end

#typeObject

Returns the value of attribute type.



5
6
7
# File 'lib/sevendigital/model/card.rb', line 5

def type
  @type
end