Class: Options

Inherits:
Struct
  • Object
show all
Defined in:
lib/git_survey/arguments_parser.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#anonymizeObject

Returns the value of attribute anonymize

Returns:

  • (Object)

    the current value of anonymize



4
5
6
# File 'lib/git_survey/arguments_parser.rb', line 4

def anonymize
  @anonymize
end

#git_branchObject

Returns the value of attribute git_branch

Returns:

  • (Object)

    the current value of git_branch



4
5
6
# File 'lib/git_survey/arguments_parser.rb', line 4

def git_branch
  @git_branch
end

#input_directoryObject

Returns the value of attribute input_directory

Returns:

  • (Object)

    the current value of input_directory



4
5
6
# File 'lib/git_survey/arguments_parser.rb', line 4

def input_directory
  @input_directory
end

#number_of_hotfilesObject

Returns the value of attribute number_of_hotfiles

Returns:

  • (Object)

    the current value of number_of_hotfiles



4
5
6
# File 'lib/git_survey/arguments_parser.rb', line 4

def number_of_hotfiles
  @number_of_hotfiles
end

#scan_dateObject

Returns the value of attribute scan_date

Returns:

  • (Object)

    the current value of scan_date



4
5
6
# File 'lib/git_survey/arguments_parser.rb', line 4

def scan_date
  @scan_date
end