Class: Benoit::Configuration::Config

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#cache_pathObject

Returns the value of attribute cache_path.



6
7
8
# File 'lib/benoit/configuration.rb', line 6

def cache_path
  @cache_path
end

#clean_before_build=(value) ⇒ Object (writeonly)

Sets the attribute clean_before_build

Parameters:

  • value

    the value to set the attribute clean_before_build to.



7
8
9
# File 'lib/benoit/configuration.rb', line 7

def clean_before_build=(value)
  @clean_before_build = value
end

#ignorefileObject

Returns the value of attribute ignorefile.



6
7
8
# File 'lib/benoit/configuration.rb', line 6

def ignorefile
  @ignorefile
end

#output_modeObject

Returns the value of attribute output_mode.



6
7
8
# File 'lib/benoit/configuration.rb', line 6

def output_mode
  @output_mode
end

#output_pathObject

Returns the value of attribute output_path.



6
7
8
# File 'lib/benoit/configuration.rb', line 6

def output_path
  @output_path
end

#site_pathObject

Returns the value of attribute site_path.



6
7
8
# File 'lib/benoit/configuration.rb', line 6

def site_path
  @site_path
end

Instance Method Details

#clean_before_build?Boolean

Returns:

  • (Boolean)


9
10
11
# File 'lib/benoit/configuration.rb', line 9

def clean_before_build?
  @clean_before_build
end