Class: Verso::EditionList

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

Overview

Edition List resource

A collection of Edition proxies that respond to #year, returning a string year like ‘2012’.

Examples:

Get a list

editions = Verso::EditionList.new
editions.first.year => # "2012"

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