Method: EdmentumClient::EdApiModelsLearningPathProgressRow.attribute_map
- Defined in:
- lib/edmentum_client/models/ed_api_models_learning_path_progress_row.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 |
# File 'lib/edmentum_client/models/ed_api_models_learning_path_progress_row.rb', line 52 def self.attribute_map { :'activities_completed' => :'ActivitiesCompleted', :'grade' => :'Grade', :'skills_attempted' => :'SkillsAttempted', :'skills_mastered_first_attempt' => :'SkillsMasteredFirstAttempt', :'skills_mastered_second_attempt' => :'SkillsMasteredSecondAttempt', :'skills_not_mastered' => :'SkillsNotMastered', :'student_information_system_id' => :'StudentInformationSystemId', :'student_location' => :'StudentLocation', :'student_name' => :'StudentName', :'student_classes' => :'StudentClasses', :'time_on_task_learning_path_content_with_progress_check' => :'TimeOnTaskLearningPathContentWithProgressCheck', :'time_on_task_learning_path_content_with_progress_check_as_string' => :'TimeOnTaskLearningPathContentWithProgressCheckAsString', :'total_system_time' => :'TotalSystemTime', :'total_system_time_as_string' => :'TotalSystemTimeAsString', :'last_use_date_language_arts' => :'LastUseDate_LanguageArts', :'last_use_date_mathematics' => :'LastUseDate_Mathematics', :'last_use_date_reading' => :'LastUseDate_Reading' } end |