Class: Handlebarer::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/handlebarer/configuration.rb

Overview

Jader configuration class

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Initialize Jader::Configuration class with default values



23
24
25
26
# File 'lib/handlebarer/configuration.rb', line 23

def initialize
  @helpers_path = nil
  @views_path = nil
end

Instance Attribute Details

#helpers_pathObject

Returns the value of attribute helpers_path.



20
21
22
# File 'lib/handlebarer/configuration.rb', line 20

def helpers_path
  @helpers_path
end

#views_pathObject

Returns the value of attribute views_path.



20
21
22
# File 'lib/handlebarer/configuration.rb', line 20

def views_path
  @views_path
end