Method: DocuSign_Maestro::ProgressInstance.attribute_map

Defined in:
lib/docusign_maestro/models/progress_instance.rb

.attribute_mapObject

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

[View source]

27
28
29
30
31
32
33
# File 'lib/docusign_maestro/models/progress_instance.rb', line 27

def self.attribute_map
  {
    :'completed_steps' => :'completedSteps',
    :'current_completed_step_name' => :'currentCompletedStepName',
    :'total_steps' => :'totalSteps'
  }
end