Class: Alma::Electronic::Collections

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

Overview

Catch all Electronic API. By default returns all collections

Constant Summary collapse

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

Instance Attribute Summary

Attributes inherited from ElectronicAPI

#data, #params

Class Method Summary collapse

Methods inherited from ElectronicAPI

#initialize, #log, #resource, #timeout, #url

Constructor Details

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

Class Method Details

.can_process?(params = {}) ⇒ Boolean

Returns:

  • (Boolean)


153
154
155
# File 'lib/alma/electronic.rb', line 153

def self.can_process?(params = {})
  true
end