Class: Lilac::CLI::ConfigLoader::Settings

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#build_targetObject

Returns the value of attribute build_target

Returns:

  • (Object)

    the current value of build_target



23
24
25
# File 'lib/lilac/cli/config_loader.rb', line 23

def build_target
  @build_target
end

#components_dirObject

Returns the value of attribute components_dir

Returns:

  • (Object)

    the current value of components_dir



23
24
25
# File 'lib/lilac/cli/config_loader.rb', line 23

def components_dir
  @components_dir
end

#deliveryObject

Returns the value of attribute delivery

Returns:

  • (Object)

    the current value of delivery



23
24
25
# File 'lib/lilac/cli/config_loader.rb', line 23

def delivery
  @delivery
end

#dev_hostObject

Returns the value of attribute dev_host

Returns:

  • (Object)

    the current value of dev_host



23
24
25
# File 'lib/lilac/cli/config_loader.rb', line 23

def dev_host
  @dev_host
end

#dev_portObject

Returns the value of attribute dev_port

Returns:

  • (Object)

    the current value of dev_port



23
24
25
# File 'lib/lilac/cli/config_loader.rb', line 23

def dev_port
  @dev_port
end

#dev_targetObject

Returns the value of attribute dev_target

Returns:

  • (Object)

    the current value of dev_target



23
24
25
# File 'lib/lilac/cli/config_loader.rb', line 23

def dev_target
  @dev_target
end

#lilac_compiled_pathObject

Returns the value of attribute lilac_compiled_path

Returns:

  • (Object)

    the current value of 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_pathObject

Returns the value of attribute lilac_full_path

Returns:

  • (Object)

    the current value of lilac_full_path



23
24
25
# File 'lib/lilac/cli/config_loader.rb', line 23

def lilac_full_path
  @lilac_full_path
end

#mrbc_pathObject

Returns the value of attribute mrbc_path

Returns:

  • (Object)

    the current value of mrbc_path



23
24
25
# File 'lib/lilac/cli/config_loader.rb', line 23

def mrbc_path
  @mrbc_path
end

#mruby_wasm_js_pathObject

Returns the value of attribute mruby_wasm_js_path

Returns:

  • (Object)

    the current value of 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_dirObject

Returns the value of attribute output_dir

Returns:

  • (Object)

    the current value of output_dir



23
24
25
# File 'lib/lilac/cli/config_loader.rb', line 23

def output_dir
  @output_dir
end

#packagesObject

Returns the value of attribute packages

Returns:

  • (Object)

    the current value of packages



23
24
25
# File 'lib/lilac/cli/config_loader.rb', line 23

def packages
  @packages
end

#pages_dirObject

Returns the value of attribute pages_dir

Returns:

  • (Object)

    the current value of pages_dir



23
24
25
# File 'lib/lilac/cli/config_loader.rb', line 23

def pages_dir
  @pages_dir
end

#public_dirObject

Returns the value of attribute public_dir

Returns:

  • (Object)

    the current value of public_dir



23
24
25
# File 'lib/lilac/cli/config_loader.rb', line 23

def public_dir
  @public_dir
end