Sha256: cdd68bd9e628631c61196e5a86553dd1843babb8c602538aa086bdeb0e8d34d7
Contents?: true
Size: 514 Bytes
Versions: 85
Compression:
Stored size: 514 Bytes
Contents
module Minke module Generators ## # ConfigVariables encapsulates the variables that are evaluated at runtime when # a template is loaded. class ConfigVariables ## # src_root is the absolute path where the src files will be generated attr_accessor :src_root ## # namespace is the namespace of the application attr_accessor :namespace ## # application_name is the name of the application attr_accessor :application_name end end end
Version data entries
85 entries across 85 versions & 1 rubygems