Class: TestFileFinder::Options
- Inherits:
-
Struct
- Object
- Struct
- TestFileFinder::Options
- Defined in:
- lib/test_file_finder/option_parser.rb
Instance Attribute Summary collapse
-
#json ⇒ Object
Returns the value of attribute json.
-
#mapping_file ⇒ Object
Returns the value of attribute mapping_file.
-
#merge_request_iid ⇒ Object
Returns the value of attribute merge_request_iid.
-
#project_path ⇒ Object
Returns the value of attribute project_path.
Instance Attribute Details
#json ⇒ Object
Returns the value of attribute json
6 7 8 |
# File 'lib/test_file_finder/option_parser.rb', line 6 def json @json end |
#mapping_file ⇒ Object
Returns the value of attribute mapping_file
6 7 8 |
# File 'lib/test_file_finder/option_parser.rb', line 6 def mapping_file @mapping_file end |
#merge_request_iid ⇒ Object
Returns the value of attribute 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_path ⇒ Object
Returns the value of attribute project_path
6 7 8 |
# File 'lib/test_file_finder/option_parser.rb', line 6 def project_path @project_path end |