Class: AbsorbApi::Prerequisite
- Defined in:
- lib/absorb_api/prerequisite.rb
Instance Attribute Summary collapse
-
#competency_definition_ids ⇒ Object
Returns the value of attribute competency_definition_ids.
-
#course_ids ⇒ Object
Returns the value of attribute course_ids.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#prerequisite_type ⇒ Object
Returns the value of attribute prerequisite_type.
-
#required_number ⇒ Object
Returns the value of attribute required_number.
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
#competency_definition_ids ⇒ Object
Returns the value of attribute competency_definition_ids.
5 6 7 |
# File 'lib/absorb_api/prerequisite.rb', line 5 def competency_definition_ids @competency_definition_ids end |
#course_ids ⇒ Object
Returns the value of attribute course_ids.
5 6 7 |
# File 'lib/absorb_api/prerequisite.rb', line 5 def course_ids @course_ids end |
#id ⇒ Object
Returns the value of attribute id.
5 6 7 |
# File 'lib/absorb_api/prerequisite.rb', line 5 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
5 6 7 |
# File 'lib/absorb_api/prerequisite.rb', line 5 def name @name end |
#prerequisite_type ⇒ Object
Returns the value of attribute prerequisite_type.
5 6 7 |
# File 'lib/absorb_api/prerequisite.rb', line 5 def prerequisite_type @prerequisite_type end |
#required_number ⇒ Object
Returns the value of attribute required_number.
5 6 7 |
# File 'lib/absorb_api/prerequisite.rb', line 5 def required_number @required_number end |