Class: Allages::Configuration
- Inherits:
-
Object
- Object
- Allages::Configuration
- Defined in:
- lib/allages/config.rb
Instance Attribute Summary collapse
-
#header ⇒ Object
Returns the value of attribute header.
-
#include_unreleased ⇒ Object
Returns the value of attribute include_unreleased.
-
#input_dir ⇒ Object
Returns the value of attribute input_dir.
-
#output_file ⇒ Object
Returns the value of attribute output_file.
Instance Attribute Details
#header ⇒ Object
Returns the value of attribute header.
12 13 14 |
# File 'lib/allages/config.rb', line 12 def header @header end |
#include_unreleased ⇒ Object
Returns the value of attribute include_unreleased.
12 13 14 |
# File 'lib/allages/config.rb', line 12 def include_unreleased @include_unreleased end |
#input_dir ⇒ Object
Returns the value of attribute input_dir.
12 13 14 |
# File 'lib/allages/config.rb', line 12 def input_dir @input_dir end |
#output_file ⇒ Object
Returns the value of attribute output_file.
12 13 14 |
# File 'lib/allages/config.rb', line 12 def output_file @output_file end |