Method: DocuSign_Maestro::ProgressInstance.swagger_types
- Defined in:
- lib/docusign_maestro/models/progress_instance.rb
.swagger_types ⇒ Object
Attribute type mapping.
36 37 38 39 40 41 42 |
# File 'lib/docusign_maestro/models/progress_instance.rb', line 36 def self.swagger_types { :'completed_steps' => :'Float', :'current_completed_step_name' => :'String', :'total_steps' => :'Float' } end |