Class: Prmd::ReferenceLocalizer::ForHash Private

Inherits:
Prmd::ReferenceLocalizer show all
Defined in:
lib/prmd/core/reference_localizer.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Schema references localizer for hashes

Instance Method Summary collapse

Methods inherited from Prmd::ReferenceLocalizer

build, #initialize, localize

Constructor Details

This class inherits a constructor from Prmd::ReferenceLocalizer

Instance Method Details

#localizeHash

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns:

  • (Hash)


56
57
58
59
60
# File 'lib/prmd/core/reference_localizer.rb', line 56

def localize
  localize_ref
  localize_href
  localize_values
end