Class: EducationForm::Forms::VA0993
- Inherits:
-
Base
- Object
- Base
- EducationForm::Forms::VA0993
show all
- Defined in:
- app/sidekiq/education_form/forms/va_0993.rb
Constant Summary
Constants inherited
from Base
Base::TEMPLATE_PATH
Instance Attribute Summary
Attributes inherited from Base
#form, #record, #text
Instance Method Summary
collapse
Methods inherited from Base
#benefit_type, build, #direct_deposit_type, #disclosure_for, #employment_history, #format, #full_address, #full_address_with_street3, #full_name, #get_template, #header, #hours_and_type, #initialize, #parse_with_template, #parse_with_template_path, #school, #school_name, #school_name_and_addr, #ssn_gender_dob, #to_date, #value_or_na, #yesno, #yesno_or_blank
Instance Method Details
#applicant_name ⇒ Object
9
10
11
|
# File 'app/sidekiq/education_form/forms/va_0993.rb', line 9
def applicant_name
@applicant.claimantFullName
end
|
#applicant_ssn ⇒ Object
13
14
15
|
# File 'app/sidekiq/education_form/forms/va_0993.rb', line 13
def applicant_ssn
@applicant.claimantSocialSecurityNumber
end
|
5
6
7
|
# File 'app/sidekiq/education_form/forms/va_0993.rb', line 5
def
'OPTOUT'
end
|