Class: AbsorbApi::LessonEnrollment

Inherits:
Base
  • Object
show all
Defined in:
lib/absorb_api/lesson_enrollment.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from AbsorbApi::Base

Instance Attribute Details

#attemptsObject

Returns the value of attribute attempts.



3
4
5
# File 'lib/absorb_api/lesson_enrollment.rb', line 3

def attempts
  @attempts
end

#chapter_enrollment_idObject

Returns the value of attribute chapter_enrollment_id.



3
4
5
# File 'lib/absorb_api/lesson_enrollment.rb', line 3

def chapter_enrollment_id
  @chapter_enrollment_id
end

#chapter_idObject

Returns the value of attribute chapter_id.



3
4
5
# File 'lib/absorb_api/lesson_enrollment.rb', line 3

def chapter_id
  @chapter_id
end

#course_enrollment_idObject

Returns the value of attribute course_enrollment_id.



3
4
5
# File 'lib/absorb_api/lesson_enrollment.rb', line 3

def course_enrollment_id
  @course_enrollment_id
end

#date_completedObject

Returns the value of attribute date_completed.



3
4
5
# File 'lib/absorb_api/lesson_enrollment.rb', line 3

def date_completed
  @date_completed
end

#date_enrolledObject

Returns the value of attribute date_enrolled.



3
4
5
# File 'lib/absorb_api/lesson_enrollment.rb', line 3

def date_enrolled
  @date_enrolled
end

#date_startedObject

Returns the value of attribute date_started.



3
4
5
# File 'lib/absorb_api/lesson_enrollment.rb', line 3

def date_started
  @date_started
end

#failuresObject

Returns the value of attribute failures.



3
4
5
# File 'lib/absorb_api/lesson_enrollment.rb', line 3

def failures
  @failures
end

#full_nameObject

Returns the value of attribute full_name.



3
4
5
# File 'lib/absorb_api/lesson_enrollment.rb', line 3

def full_name
  @full_name
end

#idObject

Returns the value of attribute id.



3
4
5
# File 'lib/absorb_api/lesson_enrollment.rb', line 3

def id
  @id
end

#last_attemptObject

Returns the value of attribute last_attempt.



3
4
5
# File 'lib/absorb_api/lesson_enrollment.rb', line 3

def last_attempt
  @last_attempt
end

#lesson_idObject

Returns the value of attribute lesson_id.



3
4
5
# File 'lib/absorb_api/lesson_enrollment.rb', line 3

def lesson_id
  @lesson_id
end

#nameObject

Returns the value of attribute name.



3
4
5
# File 'lib/absorb_api/lesson_enrollment.rb', line 3

def name
  @name
end

#progressObject

Returns the value of attribute progress.



3
4
5
# File 'lib/absorb_api/lesson_enrollment.rb', line 3

def progress
  @progress
end

#scoreObject

Returns the value of attribute score.



3
4
5
# File 'lib/absorb_api/lesson_enrollment.rb', line 3

def score
  @score
end

#session_idObject

Returns the value of attribute session_id.



3
4
5
# File 'lib/absorb_api/lesson_enrollment.rb', line 3

def session_id
  @session_id
end

#statusObject

Returns the value of attribute status.



3
4
5
# File 'lib/absorb_api/lesson_enrollment.rb', line 3

def status
  @status
end

#time_spentObject

Returns the value of attribute time_spent.



3
4
5
# File 'lib/absorb_api/lesson_enrollment.rb', line 3

def time_spent
  @time_spent
end

#typeObject

Returns the value of attribute type.



3
4
5
# File 'lib/absorb_api/lesson_enrollment.rb', line 3

def type
  @type
end

#user_idObject

Returns the value of attribute user_id.



3
4
5
# File 'lib/absorb_api/lesson_enrollment.rb', line 3

def user_id
  @user_id
end