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

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

Overview

Class for mapping nil values to the Valkyrie attribute Hash

Class Method Summary collapse

Class Method Details

.apply_to(_hsh) ⇒ Object

No nil object is actually added (this is a no-op)

Parameters:

  • hsh (Hash)

    a new or existing Hash of attribute for Valkyrie resource attributes

  • (Hash)


510
# File 'lib/valkyrie/persistence/fedora/persister/orm_converter.rb', line 510

def self.apply_to(_hsh); end