Class: Epic::Configuration
- Inherits:
-
Object
- Object
- Epic::Configuration
- Defined in:
- lib/epic/base.rb
Instance Attribute Summary collapse
-
#base_path ⇒ Object
Returns the value of attribute base_path.
-
#doctype ⇒ Object
Returns the value of attribute doctype.
-
#jslint_settings ⇒ Object
Returns the value of attribute jslint_settings.
-
#tmp_path ⇒ Object
Returns the value of attribute tmp_path.
Instance Attribute Details
#base_path ⇒ Object
Returns the value of attribute base_path.
3 4 5 |
# File 'lib/epic/base.rb', line 3 def base_path @base_path end |
#doctype ⇒ Object
Returns the value of attribute doctype.
3 4 5 |
# File 'lib/epic/base.rb', line 3 def doctype @doctype end |
#jslint_settings ⇒ Object
Returns the value of attribute jslint_settings.
3 4 5 |
# File 'lib/epic/base.rb', line 3 def jslint_settings @jslint_settings end |
#tmp_path ⇒ Object
Returns the value of attribute tmp_path.
3 4 5 |
# File 'lib/epic/base.rb', line 3 def tmp_path @tmp_path end |