Class: AbsorbApi::Lesson

Inherits:
Record
  • Object
show all
Defined in:
lib/absorb_api/lesson.rb

Instance Attribute Summary collapse

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

#chapter_idObject

Returns the value of attribute chapter_id.



5
6
7
# File 'lib/absorb_api/lesson.rb', line 5

def chapter_id
  @chapter_id
end

#descriptionObject

Returns the value of attribute description.



5
6
7
# File 'lib/absorb_api/lesson.rb', line 5

def description
  @description
end

#heightObject

Returns the value of attribute height.



5
6
7
# File 'lib/absorb_api/lesson.rb', line 5

def height
  @height
end

#idObject

Returns the value of attribute id.



5
6
7
# File 'lib/absorb_api/lesson.rb', line 5

def id
  @id
end

#nameObject

Returns the value of attribute name.



5
6
7
# File 'lib/absorb_api/lesson.rb', line 5

def name
  @name
end

#notesObject

Returns the value of attribute notes.



5
6
7
# File 'lib/absorb_api/lesson.rb', line 5

def notes
  @notes
end

#passing_scoreObject

Returns the value of attribute passing_score.



5
6
7
# File 'lib/absorb_api/lesson.rb', line 5

def passing_score
  @passing_score
end

#ref_idObject

Returns the value of attribute ref_id.



5
6
7
# File 'lib/absorb_api/lesson.rb', line 5

def ref_id
  @ref_id
end

#typeObject

Returns the value of attribute type.



5
6
7
# File 'lib/absorb_api/lesson.rb', line 5

def type
  @type
end

#urlObject

Returns the value of attribute url.



5
6
7
# File 'lib/absorb_api/lesson.rb', line 5

def url
  @url
end

#use_popupObject

Returns the value of attribute use_popup.



5
6
7
# File 'lib/absorb_api/lesson.rb', line 5

def use_popup
  @use_popup
end

#weightObject

Returns the value of attribute weight.



5
6
7
# File 'lib/absorb_api/lesson.rb', line 5

def weight
  @weight
end

#widthObject

Returns the value of attribute width.



5
6
7
# File 'lib/absorb_api/lesson.rb', line 5

def width
  @width
end