Class: Valkyrie::Persistence::Solr::ORMConverter::NestedResourceURI
- Inherits:
-
ValueMapper
- Object
- ValueMapper
- Valkyrie::Persistence::Solr::ORMConverter::NestedResourceURI
- Defined in:
- lib/valkyrie/persistence/solr/orm_converter.rb
Instance Attribute Summary
Attributes inherited from ValueMapper
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from ValueMapper
Constructor Details
This class inherits a constructor from Valkyrie::ValueMapper
Class Method Details
.handles?(value) ⇒ Boolean
200 201 202 |
# File 'lib/valkyrie/persistence/solr/orm_converter.rb', line 200 def self.handles?(value) value.is_a?(Hash) && value[:@id] end |