Class: FormIdentityInformation

Inherits:
Object
  • Object
show all
Defined in:
app/models/form_profile.rb

Instance Method Summary collapse

Instance Method Details

#hyphenated_ssnObject



66
67
68
# File 'app/models/form_profile.rb', line 66

def hyphenated_ssn
  StringHelpers.hyphenated_ssn(ssn)
end

#ssn_last_fourObject



70
71
72
# File 'app/models/form_profile.rb', line 70

def ssn_last_four
  ssn.last(4)
end