Class: Verso::ExaminationList

Inherits:
Base
  • Object
show all
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.

Examples:

Get the list

exams = Verso::ExaminationList.new # => everything
exams.first.title # => "Advanced Placement Computer Science A"

See Also:

Instance Attribute Summary

Attributes inherited from Base

#attrs

Method Summary

Methods inherited from Base

attr_reader, #initialize

Constructor Details

This class inherits a constructor from Verso::Base