Class: Jekyll::L10n::DebugLogger::TranslationData
- Inherits:
-
Struct
- Object
- Struct
- Jekyll::L10n::DebugLogger::TranslationData
- Defined in:
- lib/jekyll-l10n/utils/debug_logger.rb
Overview
Data structure for translation debugging information.
Instance Attribute Summary collapse
-
#normalized_text ⇒ Object
Returns the value of attribute normalized_text.
-
#text ⇒ Object
Returns the value of attribute text.
-
#translated ⇒ Object
Returns the value of attribute translated.
-
#translations ⇒ Object
Returns the value of attribute translations.
Instance Attribute Details
#normalized_text ⇒ Object
Returns the value of attribute normalized_text
25 26 27 |
# File 'lib/jekyll-l10n/utils/debug_logger.rb', line 25 def normalized_text @normalized_text end |
#text ⇒ Object
Returns the value of attribute text
25 26 27 |
# File 'lib/jekyll-l10n/utils/debug_logger.rb', line 25 def text @text end |
#translated ⇒ Object
Returns the value of attribute translated
25 26 27 |
# File 'lib/jekyll-l10n/utils/debug_logger.rb', line 25 def translated @translated end |
#translations ⇒ Object
Returns the value of attribute translations
25 26 27 |
# File 'lib/jekyll-l10n/utils/debug_logger.rb', line 25 def translations @translations end |