Class: Options
- Inherits:
-
Struct
- Object
- Struct
- Options
- Defined in:
- lib/git_survey/arguments_parser.rb
Overview
Instance Attribute Summary collapse
-
#anonymize ⇒ Object
Returns the value of attribute anonymize.
-
#git_branch ⇒ Object
Returns the value of attribute git_branch.
-
#input_directory ⇒ Object
Returns the value of attribute input_directory.
-
#number_of_hotfiles ⇒ Object
Returns the value of attribute number_of_hotfiles.
-
#scan_date ⇒ Object
Returns the value of attribute scan_date.
Instance Attribute Details
#anonymize ⇒ Object
Returns the value of attribute anonymize
4 5 6 |
# File 'lib/git_survey/arguments_parser.rb', line 4 def anonymize @anonymize end |
#git_branch ⇒ Object
Returns the value of attribute git_branch
4 5 6 |
# File 'lib/git_survey/arguments_parser.rb', line 4 def git_branch @git_branch end |
#input_directory ⇒ Object
Returns the value of attribute input_directory
4 5 6 |
# File 'lib/git_survey/arguments_parser.rb', line 4 def input_directory @input_directory end |
#number_of_hotfiles ⇒ Object
Returns the value of attribute number_of_hotfiles
4 5 6 |
# File 'lib/git_survey/arguments_parser.rb', line 4 def number_of_hotfiles @number_of_hotfiles end |
#scan_date ⇒ Object
Returns the value of attribute scan_date
4 5 6 |
# File 'lib/git_survey/arguments_parser.rb', line 4 def scan_date @scan_date end |