Class: Epic::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/epic/base.rb

Instance Attribute Summary collapse

Instance Attribute Details

#base_pathObject

Returns the value of attribute base_path.



3
4
5
# File 'lib/epic/base.rb', line 3

def base_path
  @base_path
end

#doctypeObject

Returns the value of attribute doctype.



3
4
5
# File 'lib/epic/base.rb', line 3

def doctype
  @doctype
end

#jslint_settingsObject

Returns the value of attribute jslint_settings.



3
4
5
# File 'lib/epic/base.rb', line 3

def jslint_settings
  @jslint_settings
end

#tmp_pathObject

Returns the value of attribute tmp_path.



3
4
5
# File 'lib/epic/base.rb', line 3

def tmp_path
  @tmp_path
end