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.



36
37
38
# File 'lib/swiper.rb', line 36

def cardholder_name
  @cardholder_name
end

#expiration_monthObject

Returns the value of attribute expiration_month.



36
37
38
# File 'lib/swiper.rb', line 36

def expiration_month
  @expiration_month
end

#expiration_yearObject

Returns the value of attribute expiration_year.



36
37
38
# File 'lib/swiper.rb', line 36

def expiration_year
  @expiration_year
end

#primary_account_numberObject

Returns the value of attribute primary_account_number.



36
37
38
# File 'lib/swiper.rb', line 36

def 
  @primary_account_number
end

#rawObject

Returns the value of attribute raw.



36
37
38
# File 'lib/swiper.rb', line 36

def raw
  @raw
end

#track_formatObject

Returns the value of attribute track_format.



36
37
38
# File 'lib/swiper.rb', line 36

def track_format
  @track_format
end