Class: FormIdentityInformation
- Inherits:
-
Object
- Object
- FormIdentityInformation
- Defined in:
- app/models/form_profile.rb
Instance Method Summary collapse
Instance Method Details
#hyphenated_ssn ⇒ Object
65 66 67 |
# File 'app/models/form_profile.rb', line 65 def hyphenated_ssn StringHelpers.hyphenated_ssn(ssn) end |
#ssn_last_four ⇒ Object
69 70 71 |
# File 'app/models/form_profile.rb', line 69 def ssn_last_four ssn.last(4) end |