Class: Lilac::CLI::ConfigLoader::Settings
- Inherits:
-
Struct
- Object
- Struct
- Lilac::CLI::ConfigLoader::Settings
- Defined in:
- lib/lilac/cli/config_loader.rb
Overview
Fields here are the union of every value the CLI knows how to configure. Keep in sync with Config defaults.
Instance Attribute Summary collapse
-
#build_target ⇒ Object
Returns the value of attribute build_target.
-
#components_dir ⇒ Object
Returns the value of attribute components_dir.
-
#delivery ⇒ Object
Returns the value of attribute delivery.
-
#dev_host ⇒ Object
Returns the value of attribute dev_host.
-
#dev_port ⇒ Object
Returns the value of attribute dev_port.
-
#dev_target ⇒ Object
Returns the value of attribute dev_target.
-
#lilac_compiled_path ⇒ Object
Returns the value of attribute lilac_compiled_path.
-
#lilac_full_path ⇒ Object
Returns the value of attribute lilac_full_path.
-
#mrbc_path ⇒ Object
Returns the value of attribute mrbc_path.
-
#mruby_wasm_js_path ⇒ Object
Returns the value of attribute mruby_wasm_js_path.
-
#output_dir ⇒ Object
Returns the value of attribute output_dir.
-
#packages ⇒ Object
Returns the value of attribute packages.
-
#pages_dir ⇒ Object
Returns the value of attribute pages_dir.
-
#public_dir ⇒ Object
Returns the value of attribute public_dir.
Instance Attribute Details
#build_target ⇒ Object
Returns the value of attribute build_target
23 24 25 |
# File 'lib/lilac/cli/config_loader.rb', line 23 def build_target @build_target end |
#components_dir ⇒ Object
Returns the value of attribute components_dir
23 24 25 |
# File 'lib/lilac/cli/config_loader.rb', line 23 def components_dir @components_dir end |
#delivery ⇒ Object
Returns the value of attribute delivery
23 24 25 |
# File 'lib/lilac/cli/config_loader.rb', line 23 def delivery @delivery end |
#dev_host ⇒ Object
Returns the value of attribute dev_host
23 24 25 |
# File 'lib/lilac/cli/config_loader.rb', line 23 def dev_host @dev_host end |
#dev_port ⇒ Object
Returns the value of attribute dev_port
23 24 25 |
# File 'lib/lilac/cli/config_loader.rb', line 23 def dev_port @dev_port end |
#dev_target ⇒ Object
Returns the value of attribute dev_target
23 24 25 |
# File 'lib/lilac/cli/config_loader.rb', line 23 def dev_target @dev_target end |
#lilac_compiled_path ⇒ Object
Returns the value of attribute lilac_compiled_path
23 24 25 |
# File 'lib/lilac/cli/config_loader.rb', line 23 def lilac_compiled_path @lilac_compiled_path end |
#lilac_full_path ⇒ Object
Returns the value of attribute lilac_full_path
23 24 25 |
# File 'lib/lilac/cli/config_loader.rb', line 23 def lilac_full_path @lilac_full_path end |
#mrbc_path ⇒ Object
Returns the value of attribute mrbc_path
23 24 25 |
# File 'lib/lilac/cli/config_loader.rb', line 23 def mrbc_path @mrbc_path end |
#mruby_wasm_js_path ⇒ Object
Returns the value of attribute mruby_wasm_js_path
23 24 25 |
# File 'lib/lilac/cli/config_loader.rb', line 23 def mruby_wasm_js_path @mruby_wasm_js_path end |
#output_dir ⇒ Object
Returns the value of attribute output_dir
23 24 25 |
# File 'lib/lilac/cli/config_loader.rb', line 23 def output_dir @output_dir end |
#packages ⇒ Object
Returns the value of attribute packages
23 24 25 |
# File 'lib/lilac/cli/config_loader.rb', line 23 def packages @packages end |
#pages_dir ⇒ Object
Returns the value of attribute pages_dir
23 24 25 |
# File 'lib/lilac/cli/config_loader.rb', line 23 def pages_dir @pages_dir end |
#public_dir ⇒ Object
Returns the value of attribute public_dir
23 24 25 |
# File 'lib/lilac/cli/config_loader.rb', line 23 def public_dir @public_dir end |