Module: Embork::Borkfile::Attributes
- Included in:
- Embork::Borkfile, DSL
- Defined in:
- lib/embork/borkfile.rb
Instance Attribute Summary collapse
-
#asset_paths ⇒ Object
readonly
Returns the value of attribute asset_paths.
-
#backend ⇒ Object
readonly
Returns the value of attribute backend.
-
#compressor ⇒ Object
readonly
Returns the value of attribute compressor.
-
#es6_transform ⇒ Object
readonly
Returns the value of attribute es6_transform.
-
#frameworks ⇒ Object
readonly
Returns the value of attribute frameworks.
-
#helpers ⇒ Object
readonly
Returns the value of attribute helpers.
-
#html ⇒ Object
readonly
Returns the value of attribute html.
-
#phrender_index_file(index_file_path = nil) ⇒ Object
readonly
request uri path to the index file.
-
#phrender_javascript_paths ⇒ Object
readonly
Returns the value of attribute phrender_javascript_paths.
-
#phrender_raw_javascript ⇒ Object
readonly
Returns the value of attribute phrender_raw_javascript.
-
#project_root ⇒ Object
readonly
Returns the value of attribute project_root.
-
#sprockets_engines ⇒ Object
readonly
Returns the value of attribute sprockets_engines.
-
#sprockets_postprocessors ⇒ Object
readonly
Returns the value of attribute sprockets_postprocessors.
-
#sprockets_preprocessors ⇒ Object
readonly
Returns the value of attribute sprockets_preprocessors.
Instance Method Summary collapse
Instance Attribute Details
#asset_paths ⇒ Object (readonly)
Returns the value of attribute asset_paths.
7 8 9 |
# File 'lib/embork/borkfile.rb', line 7 def asset_paths @asset_paths end |
#backend ⇒ Object (readonly)
Returns the value of attribute backend.
13 14 15 |
# File 'lib/embork/borkfile.rb', line 13 def backend @backend end |
#compressor ⇒ Object (readonly)
Returns the value of attribute compressor.
16 17 18 |
# File 'lib/embork/borkfile.rb', line 16 def compressor @compressor end |
#es6_transform ⇒ Object (readonly)
Returns the value of attribute es6_transform.
17 18 19 |
# File 'lib/embork/borkfile.rb', line 17 def es6_transform @es6_transform end |
#frameworks ⇒ Object (readonly)
Returns the value of attribute frameworks.
15 16 17 |
# File 'lib/embork/borkfile.rb', line 15 def frameworks @frameworks end |
#helpers ⇒ Object (readonly)
Returns the value of attribute helpers.
8 9 10 |
# File 'lib/embork/borkfile.rb', line 8 def helpers @helpers end |
#html ⇒ Object (readonly)
Returns the value of attribute html.
14 15 16 |
# File 'lib/embork/borkfile.rb', line 14 def html @html end |
#phrender_index_file(index_file_path = nil) ⇒ Object (readonly)
request uri path to the index file.
23 24 25 |
# File 'lib/embork/borkfile.rb', line 23 def phrender_index_file @phrender_index_file end |
#phrender_javascript_paths ⇒ Object (readonly)
Returns the value of attribute phrender_javascript_paths.
19 20 21 |
# File 'lib/embork/borkfile.rb', line 19 def phrender_javascript_paths @phrender_javascript_paths end |
#phrender_raw_javascript ⇒ Object (readonly)
Returns the value of attribute phrender_raw_javascript.
20 21 22 |
# File 'lib/embork/borkfile.rb', line 20 def phrender_raw_javascript @phrender_raw_javascript end |
#project_root ⇒ Object (readonly)
Returns the value of attribute project_root.
9 10 11 |
# File 'lib/embork/borkfile.rb', line 9 def project_root @project_root end |
#sprockets_engines ⇒ Object (readonly)
Returns the value of attribute sprockets_engines.
12 13 14 |
# File 'lib/embork/borkfile.rb', line 12 def sprockets_engines @sprockets_engines end |
#sprockets_postprocessors ⇒ Object (readonly)
Returns the value of attribute sprockets_postprocessors.
10 11 12 |
# File 'lib/embork/borkfile.rb', line 10 def sprockets_postprocessors @sprockets_postprocessors end |
#sprockets_preprocessors ⇒ Object (readonly)
Returns the value of attribute sprockets_preprocessors.
11 12 13 |
# File 'lib/embork/borkfile.rb', line 11 def sprockets_preprocessors @sprockets_preprocessors end |
Instance Method Details
#es6_namespace(namespace = nil) ⇒ Object
27 28 29 |
# File 'lib/embork/borkfile.rb', line 27 def es6_namespace(namespace = nil) @es6_namespace = namespace || @es6_namespace end |