Module: Talis::Bibliography::ResultSet
- Extended by:
- Forwardable
- Includes:
- Enumerable
- Defined in:
- lib/talis/bibliography/result_set.rb
Overview
Provides convenience methods for working with MetatronClient::*ResultSets TODO: eventually this will be replaced with PaginatedJsonApiArray from Atlas
Instance Method Summary collapse
-
#hydrate ⇒ Object
Replaces the MetatronClient objects with more intuitive DSL objects and hydrates the relationships from the included array, if available.
Instance Method Details
#hydrate ⇒ Object
Replaces the MetatronClient objects with more intuitive DSL objects and hydrates the relationships from the included array, if available
14 15 16 17 |
# File 'lib/talis/bibliography/result_set.rb', line 14 def hydrate model_data self end |