Class: AbsorbApi::Lesson

Inherits:
Base
  • Object
show all
Defined in:
lib/absorb_api/lesson.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

#chapter_idObject

Returns the value of attribute chapter_id.



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

def chapter_id
  @chapter_id
end

#descriptionObject

Returns the value of attribute description.



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

def description
  @description
end

#heightObject

Returns the value of attribute height.



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

def height
  @height
end

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#nameObject

Returns the value of attribute name.



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

def name
  @name
end

#notesObject

Returns the value of attribute notes.



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

def notes
  @notes
end

#passing_scoreObject

Returns the value of attribute passing_score.



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

def passing_score
  @passing_score
end

#ref_idObject

Returns the value of attribute ref_id.



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

def ref_id
  @ref_id
end

#typeObject

Returns the value of attribute type.



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

def type
  @type
end

#urlObject

Returns the value of attribute url.



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

def url
  @url
end

#use_popupObject

Returns the value of attribute use_popup.



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

def use_popup
  @use_popup
end

#weightObject

Returns the value of attribute weight.



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

def weight
  @weight
end

#widthObject

Returns the value of attribute width.



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

def width
  @width
end