Class: Allages::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/allages/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#headerObject

Returns the value of attribute header.



12
13
14
# File 'lib/allages/config.rb', line 12

def header
  @header
end

#include_unreleasedObject

Returns the value of attribute include_unreleased.



12
13
14
# File 'lib/allages/config.rb', line 12

def include_unreleased
  @include_unreleased
end

#input_dirObject

Returns the value of attribute input_dir.



12
13
14
# File 'lib/allages/config.rb', line 12

def input_dir
  @input_dir
end

#output_fileObject

Returns the value of attribute output_file.



12
13
14
# File 'lib/allages/config.rb', line 12

def output_file
  @output_file
end