Method: FormAPI::SubmissionBatch.attribute_map

Defined in:
lib/form_api/models/submission_batch.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



58
59
60
61
62
63
64
65
66
67
68
69
70
# File 'lib/form_api/models/submission_batch.rb', line 58

def self.attribute_map
  {
    :'pending_count' => :'pending_count',
    :'completion_percentage' => :'completion_percentage',
    :'metadata' => :'metadata',
    :'total_count' => :'total_count',
    :'submissions' => :'submissions',
    :'processed_at' => :'processed_at',
    :'id' => :'id',
    :'state' => :'state',
    :'error_count' => :'error_count'
  }
end