Class: Prmd::ReferenceLocalizer::ForHash Private
- Inherits:
-
Prmd::ReferenceLocalizer
- Object
- Prmd::ReferenceLocalizer
- Prmd::ReferenceLocalizer::ForHash
- 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
- #localize ⇒ Hash private
Methods inherited from Prmd::ReferenceLocalizer
Constructor Details
This class inherits a constructor from Prmd::ReferenceLocalizer
Instance Method Details
#localize ⇒ Hash
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.
56 57 58 59 60 |
# File 'lib/prmd/core/reference_localizer.rb', line 56 def localize localize_ref localize_href localize_values end |