Class: AbsorbApi::LessonEnrollment
- Defined in:
- lib/absorb_api/lesson_enrollment.rb
Instance Attribute Summary collapse
- 
  
    
      #attempts  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute attempts. 
- 
  
    
      #chapter_enrollment_id  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute chapter_enrollment_id. 
- 
  
    
      #chapter_id  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute chapter_id. 
- 
  
    
      #course_enrollment_id  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute course_enrollment_id. 
- 
  
    
      #date_completed  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute date_completed. 
- 
  
    
      #date_enrolled  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute date_enrolled. 
- 
  
    
      #date_started  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute date_started. 
- 
  
    
      #failures  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute failures. 
- 
  
    
      #full_name  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute full_name. 
- 
  
    
      #id  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute id. 
- 
  
    
      #last_attempt  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute last_attempt. 
- 
  
    
      #lesson_id  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute lesson_id. 
- 
  
    
      #name  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute name. 
- 
  
    
      #progress  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute progress. 
- 
  
    
      #score  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute score. 
- 
  
    
      #session_id  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute session_id. 
- 
  
    
      #status  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute status. 
- 
  
    
      #time_spent  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute time_spent. 
- 
  
    
      #type  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute type. 
- 
  
    
      #user_id  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute user_id. 
Method Summary
Methods inherited from Record
all, can_create, can_search, find, #initialize, with_relationships
Constructor Details
This class inherits a constructor from AbsorbApi::Record
Instance Attribute Details
#attempts ⇒ Object
Returns the value of attribute attempts.
| 5 6 7 | # File 'lib/absorb_api/lesson_enrollment.rb', line 5 def attempts @attempts end | 
#chapter_enrollment_id ⇒ Object
Returns the value of attribute chapter_enrollment_id.
| 5 6 7 | # File 'lib/absorb_api/lesson_enrollment.rb', line 5 def chapter_enrollment_id @chapter_enrollment_id end | 
#chapter_id ⇒ Object
Returns the value of attribute chapter_id.
| 5 6 7 | # File 'lib/absorb_api/lesson_enrollment.rb', line 5 def chapter_id @chapter_id end | 
#course_enrollment_id ⇒ Object
Returns the value of attribute course_enrollment_id.
| 5 6 7 | # File 'lib/absorb_api/lesson_enrollment.rb', line 5 def course_enrollment_id @course_enrollment_id end | 
#date_completed ⇒ Object
Returns the value of attribute date_completed.
| 5 6 7 | # File 'lib/absorb_api/lesson_enrollment.rb', line 5 def date_completed @date_completed end | 
#date_enrolled ⇒ Object
Returns the value of attribute date_enrolled.
| 5 6 7 | # File 'lib/absorb_api/lesson_enrollment.rb', line 5 def date_enrolled @date_enrolled end | 
#date_started ⇒ Object
Returns the value of attribute date_started.
| 5 6 7 | # File 'lib/absorb_api/lesson_enrollment.rb', line 5 def date_started @date_started end | 
#failures ⇒ Object
Returns the value of attribute failures.
| 5 6 7 | # File 'lib/absorb_api/lesson_enrollment.rb', line 5 def failures @failures end | 
#full_name ⇒ Object
Returns the value of attribute full_name.
| 5 6 7 | # File 'lib/absorb_api/lesson_enrollment.rb', line 5 def full_name @full_name end | 
#id ⇒ Object
Returns the value of attribute id.
| 5 6 7 | # File 'lib/absorb_api/lesson_enrollment.rb', line 5 def id @id end | 
#last_attempt ⇒ Object
Returns the value of attribute last_attempt.
| 5 6 7 | # File 'lib/absorb_api/lesson_enrollment.rb', line 5 def last_attempt @last_attempt end | 
#lesson_id ⇒ Object
Returns the value of attribute lesson_id.
| 5 6 7 | # File 'lib/absorb_api/lesson_enrollment.rb', line 5 def lesson_id @lesson_id end | 
#name ⇒ Object
Returns the value of attribute name.
| 5 6 7 | # File 'lib/absorb_api/lesson_enrollment.rb', line 5 def name @name end | 
#progress ⇒ Object
Returns the value of attribute progress.
| 5 6 7 | # File 'lib/absorb_api/lesson_enrollment.rb', line 5 def progress @progress end | 
#score ⇒ Object
Returns the value of attribute score.
| 5 6 7 | # File 'lib/absorb_api/lesson_enrollment.rb', line 5 def score @score end | 
#session_id ⇒ Object
Returns the value of attribute session_id.
| 5 6 7 | # File 'lib/absorb_api/lesson_enrollment.rb', line 5 def session_id @session_id end | 
#status ⇒ Object
Returns the value of attribute status.
| 5 6 7 | # File 'lib/absorb_api/lesson_enrollment.rb', line 5 def status @status end | 
#time_spent ⇒ Object
Returns the value of attribute time_spent.
| 5 6 7 | # File 'lib/absorb_api/lesson_enrollment.rb', line 5 def time_spent @time_spent end | 
#type ⇒ Object
Returns the value of attribute type.
| 5 6 7 | # File 'lib/absorb_api/lesson_enrollment.rb', line 5 def type @type end | 
#user_id ⇒ Object
Returns the value of attribute user_id.
| 5 6 7 | # File 'lib/absorb_api/lesson_enrollment.rb', line 5 def user_id @user_id end |