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

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from ValueMapper

for, #initialize, register

Constructor Details

This class inherits a constructor from Valkyrie::ValueMapper

Class Method Details

.handles?(value) ⇒ Boolean

Returns:

  • (Boolean)


277
278
279
# File 'lib/valkyrie/persistence/fedora/persister/orm_converter.rb', line 277

def self.handles?(value)
  value.statement.predicate == value.adapter.schema.predicate_for(property: :updated_at, resource: nil)
end

Instance Method Details

#resultObject



281
282
283
# File 'lib/valkyrie/persistence/fedora/persister/orm_converter.rb', line 281

def result
  NonStringSingleApplicator.new(value)
end