Method: FormAPI::Submission.attribute_map
- Defined in:
- lib/form_api/models/submission.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 |
# File 'lib/form_api/models/submission.rb', line 68 def self.attribute_map { :'id' => :'id', :'template_id' => :'template_id', :'test' => :'test', :'editable' => :'editable', :'expired' => :'expired', :'expires_at' => :'expires_at', :'processed_at' => :'processed_at', :'state' => :'state', :'metadata' => :'metadata', :'download_url' => :'download_url', :'permanent_download_url' => :'permanent_download_url', :'batch_id' => :'batch_id', :'data_requests' => :'data_requests', :'actions' => :'actions' } end |