Class: TestFileFinder::Options

Inherits:
Struct
  • Object
show all
Defined in:
lib/test_file_finder/option_parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#jsonObject

Returns the value of attribute json

Returns:

  • (Object)

    the current value of json



6
7
8
# File 'lib/test_file_finder/option_parser.rb', line 6

def json
  @json
end

#mapping_fileObject

Returns the value of attribute mapping_file

Returns:

  • (Object)

    the current value of mapping_file



6
7
8
# File 'lib/test_file_finder/option_parser.rb', line 6

def mapping_file
  @mapping_file
end

#merge_request_iidObject

Returns the value of attribute merge_request_iid

Returns:

  • (Object)

    the current value of merge_request_iid



6
7
8
# File 'lib/test_file_finder/option_parser.rb', line 6

def merge_request_iid
  @merge_request_iid
end

#project_pathObject

Returns the value of attribute project_path

Returns:

  • (Object)

    the current value of project_path



6
7
8
# File 'lib/test_file_finder/option_parser.rb', line 6

def project_path
  @project_path
end