Sha256: 6ad934789e65c58ae153110c7403e2b5aa8741aa9fef247ecbc7b7b96b8119ac
Contents?: true
Size: 338 Bytes
Versions: 5
Compression:
Stored size: 338 Bytes
Contents
module Europeana module API class Record class Hierarchy ## # Retrieve record preceding siblings hierarchy data over the Europeana API class PrecedingSiblings < Base def api_method 'preceeding-siblings' # mis-spelt on the API end end end end end end
Version data entries
5 entries across 5 versions & 1 rubygems