Method: FormAPI::SubmissionBatchData.attribute_map
- Defined in:
- lib/form_api/models/submission_batch_data.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
26 27 28 29 30 31 32 33 |
# File 'lib/form_api/models/submission_batch_data.rb', line 26 def self.attribute_map { :'metadata' => :'metadata', :'test' => :'test', :'template_id' => :'template_id', :'submissions' => :'submissions' } end |