Sha256: 825adadaa1f47b2d35d2820c7d2fa09a56e3befb34fbd5b0e8923fc60cf7e89c
Contents?: true
Size: 237 Bytes
Versions: 4
Compression:
Stored size: 237 Bytes
Contents
module Rbexy class Configuration attr_accessor :component_provider attr_accessor :template_paths attr_accessor :enable_context attr_accessor :debug def template_paths @template_paths ||= [] end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
rbexy-1.1.0 | lib/rbexy/configuration.rb |
rbexy-1.0.2 | lib/rbexy/configuration.rb |
rbexy-1.0.1 | lib/rbexy/configuration.rb |
rbexy-1.0.0 | lib/rbexy/configuration.rb |