Class: Gnomika::ArgParser::GnomikaOptions
- Inherits:
-
Object
- Object
- Gnomika::ArgParser::GnomikaOptions
- Defined in:
- lib/gnomikologikon/arg_parser.rb
Overview
Contains the application options
Instance Attribute Summary collapse
-
#custom_output_dir_set ⇒ Object
Returns the value of attribute custom_output_dir_set.
-
#custom_output_dir_value ⇒ Object
Returns the value of attribute custom_output_dir_value.
-
#list_only ⇒ Object
Returns the value of attribute list_only.
-
#single_file ⇒ Object
Returns the value of attribute single_file.
-
#single_file_name ⇒ Object
Returns the value of attribute single_file_name.
Instance Method Summary collapse
-
#initialize ⇒ GnomikaOptions
constructor
A new instance of GnomikaOptions.
Constructor Details
#initialize ⇒ GnomikaOptions
Returns a new instance of GnomikaOptions.
15 16 17 18 19 20 |
# File 'lib/gnomikologikon/arg_parser.rb', line 15 def initialize self.custom_output_dir_set = false self.custom_output_dir_value = "" self.single_file = false self.single_file_name = "" end |
Instance Attribute Details
#custom_output_dir_set ⇒ Object
Returns the value of attribute custom_output_dir_set.
13 14 15 |
# File 'lib/gnomikologikon/arg_parser.rb', line 13 def custom_output_dir_set @custom_output_dir_set end |
#custom_output_dir_value ⇒ Object
Returns the value of attribute custom_output_dir_value.
13 14 15 |
# File 'lib/gnomikologikon/arg_parser.rb', line 13 def custom_output_dir_value @custom_output_dir_value end |
#list_only ⇒ Object
Returns the value of attribute list_only.
13 14 15 |
# File 'lib/gnomikologikon/arg_parser.rb', line 13 def list_only @list_only end |
#single_file ⇒ Object
Returns the value of attribute single_file.
13 14 15 |
# File 'lib/gnomikologikon/arg_parser.rb', line 13 def single_file @single_file end |
#single_file_name ⇒ Object
Returns the value of attribute single_file_name.
13 14 15 |
# File 'lib/gnomikologikon/arg_parser.rb', line 13 def single_file_name @single_file_name end |