Class: Swiper::Track1

Inherits:
Object
  • Object
show all
Defined in:
lib/swiper.rb

Instance Attribute Summary collapse

Instance Attribute Details

#cardholder_nameObject

Returns the value of attribute cardholder_name.



38
39
40
# File 'lib/swiper.rb', line 38

def cardholder_name
  @cardholder_name
end

#expiration_monthObject

Returns the value of attribute expiration_month.



38
39
40
# File 'lib/swiper.rb', line 38

def expiration_month
  @expiration_month
end

#expiration_yearObject

Returns the value of attribute expiration_year.



38
39
40
# File 'lib/swiper.rb', line 38

def expiration_year
  @expiration_year
end

#primary_account_numberObject

Returns the value of attribute primary_account_number.



38
39
40
# File 'lib/swiper.rb', line 38

def 
  @primary_account_number
end

#rawObject

Returns the value of attribute raw.



38
39
40
# File 'lib/swiper.rb', line 38

def raw
  @raw
end

#track_formatObject

Returns the value of attribute track_format.



38
39
40
# File 'lib/swiper.rb', line 38

def track_format
  @track_format
end