Sha256: 8c8024251c167a249955378fd36016090d8fb0b5a982074b31ce9b4652451581
Contents?: true
Size: 387 Bytes
Versions: 3
Compression:
Stored size: 387 Bytes
Contents
module LetterGenerator class ApplicationConfig < FeduxOrgStdlib::AppConfig option :template, LetterTemplate.new.file option :debugging_libraries, %w(pry byebug) option :debug_mode, false option :templates_directory, TemplatesDirectory.new.directory def _application_name 'letter_generator' end def _config_name 'application' end end end
Version data entries
3 entries across 3 versions & 1 rubygems