Class: Valkyrie::Persistence::Fedora::Persister::OrmConverter::GraphToAttributes::CreatedAtValue
- Inherits:
-
ValueMapper
- Object
- ValueMapper
- Valkyrie::Persistence::Fedora::Persister::OrmConverter::GraphToAttributes::CreatedAtValue
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
Class Method Details
.handles?(value) ⇒ Boolean
266
267
268
|
# File 'lib/valkyrie/persistence/fedora/persister/orm_converter.rb', line 266
def self.handles?(value)
value.statement.predicate == value.adapter.schema.predicate_for(property: :created_at, resource: nil)
end
|
Instance Method Details
#result ⇒ Object
270
271
272
|
# File 'lib/valkyrie/persistence/fedora/persister/orm_converter.rb', line 270
def result
NonStringSingleApplicator.new(value)
end
|