Class: Alma::Electronic::Services

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

Constant Summary collapse

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

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