class I18nChecker::NotFound::Text

Attributes

lang[R]
locale_text[R]

Public Class Methods

new(lang:, locale_text:) click to toggle source
# File lib/i18n_checker/not_found/text.rb, line 12
def initialize(lang:, locale_text:)
  @lang = lang
  @locale_text = locale_text
end