Class: AdLocalize::Serializers::LocalizableStringsSerializer

Inherits:
Object
  • Object
show all
Includes:
WithTemplate
Defined in:
lib/ad_localize/serializers/localizable_strings_serializer.rb

Constant Summary collapse

LOCALIZABLE_STRINGS_FILENAME =
"Localizable.strings".freeze

Constants included from WithTemplate

WithTemplate::TEMPLATES_DIRECTORY

Instance Method Summary collapse

Methods included from WithTemplate

#render, #render_template

Constructor Details

#initializeLocalizableStringsSerializer

Returns a new instance of LocalizableStringsSerializer.



8
9
10
# File 'lib/ad_localize/serializers/localizable_strings_serializer.rb', line 8

def initialize
  @translation_mapper = Mappers::IOSTranslationMapper.new
end