Class: Verso::ExaminationList
- Extended by:
- Forwardable
- Includes:
- Enumerable, HTTPGettable
- Defined in:
- lib/verso/examination_list.rb
Overview
Examination List resource
A collection of Examination stand-in objects that respond to:
-
#amt_seal @return [Boolean] AMT Seal
-
#passing_score @return [String] Passing score
-
#retired @return [Boolean] Slated to be deleted?
-
#source @return [String] Title of exam source
-
#title @return [String] Exam title
-
#verified_credit @return [Booelean] Verified credit
The attributes of the Examination stand-ins are similar to Credential.
Instance Attribute Summary
Attributes inherited from Base
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Verso::Base