Class: Valkyrie::Persistence::Fedora::Persister::OrmConverter::GraphToAttributes::FedoraValue
- Inherits:
-
ValueMapper
- Object
- ValueMapper
- Valkyrie::Persistence::Fedora::Persister::OrmConverter::GraphToAttributes::FedoraValue
- Defined in:
- lib/valkyrie/persistence/fedora/persister/orm_converter.rb
Overview
Class mapping values
Instance Attribute Summary
Attributes inherited from ValueMapper
Instance Method Summary collapse
-
#result ⇒ Applicator
Constructs an Applicator object for the value being mapped.
Methods inherited from ValueMapper
for, handles?, #initialize, register
Constructor Details
This class inherits a constructor from Valkyrie::ValueMapper
Instance Method Details
#result ⇒ Applicator
Constructs an Applicator object for the value being mapped
95 96 97 |
# File 'lib/valkyrie/persistence/fedora/persister/orm_converter.rb', line 95 def result Applicator.new(value) end |