Class: Valkyrie::Persistence::Fedora::Persister::OrmConverter::GraphToAttributes::FedoraValue

Inherits:
ValueMapper
  • Object
show all
Defined in:
lib/valkyrie/persistence/fedora/persister/orm_converter.rb

Instance Attribute Summary

Attributes inherited from ValueMapper

#calling_mapper, #value

Instance Method Summary collapse

Methods inherited from ValueMapper

for, handles?, #initialize, register

Constructor Details

This class inherits a constructor from Valkyrie::ValueMapper

Instance Method Details

#resultObject



51
52
53
# File 'lib/valkyrie/persistence/fedora/persister/orm_converter.rb', line 51

def result
  Applicator.new(value)
end