Class: Form1010cg::Submission
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- Form1010cg::Submission
- Defined in:
- app/models/form1010cg/submission.rb
Overview
A Form1010CG::Submission is the submission of a CaregiversAssistanceClaim (form 10-10CG) Used to store data of the relating record created in CARMA.
More information about CARMA can be found in lib/carma/README.md
Instance Attribute Summary collapse
-
#attachments_job_id ⇒ Object
Returns the value of attribute attachments_job_id.
Method Summary
Methods inherited from ApplicationRecord
descendants_using_encryption, lockbox_options, #timestamp_attributes_for_update_in_model, #valid?
Instance Attribute Details
#attachments_job_id ⇒ Object
Returns the value of attribute attachments_job_id.
22 23 24 |
# File 'app/models/form1010cg/submission.rb', line 22 def @attachments_job_id end |