Class: Jekyll::L10n::DebugLogger::TranslationData

Inherits:
Struct
  • Object
show all
Defined in:
lib/jekyll-l10n/utils/debug_logger.rb

Overview

Data structure for translation debugging information.

Instance Attribute Summary collapse

Instance Attribute Details

#normalized_textObject

Returns the value of attribute normalized_text

Returns:

  • (Object)

    the current value of normalized_text



25
26
27
# File 'lib/jekyll-l10n/utils/debug_logger.rb', line 25

def normalized_text
  @normalized_text
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



25
26
27
# File 'lib/jekyll-l10n/utils/debug_logger.rb', line 25

def text
  @text
end

#translatedObject

Returns the value of attribute translated

Returns:

  • (Object)

    the current value of translated



25
26
27
# File 'lib/jekyll-l10n/utils/debug_logger.rb', line 25

def translated
  @translated
end

#translationsObject

Returns the value of attribute translations

Returns:

  • (Object)

    the current value of translations



25
26
27
# File 'lib/jekyll-l10n/utils/debug_logger.rb', line 25

def translations
  @translations
end