Module: SimpleCov::Result::_SerializableResult
- Defined in:
- sig/simplecov.rbs
Instance Method Summary collapse
- #command_name ⇒ String
- #contexts ⇒ ContextMap?
- #created_at ⇒ Time
- #filenames ⇒ Array[String]
- #original_result ⇒ Hash[String, untyped]
- #run_id ⇒ String?
- #tracked_files ⇒ Array[String]
- #worker_id ⇒ String?
Instance Method Details
#command_name ⇒ String
712 |
# File 'sig/simplecov.rbs', line 712 def command_name: () -> String |
#created_at ⇒ Time
710 |
# File 'sig/simplecov.rbs', line 710 def created_at: () -> Time |
#filenames ⇒ Array[String]
722 |
# File 'sig/simplecov.rbs', line 722 def filenames: () -> Array[String] |
#original_result ⇒ Hash[String, untyped]
708 |
# File 'sig/simplecov.rbs', line 708 def original_result: () -> Hash[String, untyped] |
#run_id ⇒ String?
714 |
# File 'sig/simplecov.rbs', line 714 def run_id: () -> String? |
#tracked_files ⇒ Array[String]
718 |
# File 'sig/simplecov.rbs', line 718 def tracked_files: () -> Array[String] |
#worker_id ⇒ String?
716 |
# File 'sig/simplecov.rbs', line 716 def worker_id: () -> String? |