Class: Alma::Electronic::Collection

Inherits:
ElectronicAPI show all
Defined in:
lib/alma/electronic.rb

Constant Summary collapse

REQUIRED_PARAMS =
[ :collection_id ]
RESOURCE =
"/almaws/v1/electronic/e-collections/:collection_id"

Instance Attribute Summary

Attributes inherited from ElectronicAPI

#data, #params

Method Summary

Methods inherited from ElectronicAPI

can_process?, #initialize, #log, #resource, #timeout, #url

Constructor Details

This class inherits a constructor from Alma::Electronic::ElectronicAPI