Class: FormIdentityInformation

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

Instance Method Summary collapse

Instance Method Details

#hyphenated_ssnObject



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

def hyphenated_ssn
  StringHelpers.hyphenated_ssn(ssn)
end

#ssn_last_fourObject



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

def ssn_last_four
  ssn.last(4)
end