Class: Verso::EmphasisList

Inherits:
Base
  • Object
show all
Extended by:
Forwardable
Includes:
Enumerable, HTTPGettable
Defined in:
lib/verso/emphasis_list.rb

Overview

Academic Emphasis List resource

A collection of all Emphasis objects.

Examples:

Get a list

emphases = Verso::EmphasisList.new # => all of them
emphases.first.title # => "Algebra"

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