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
709 |
# File 'sig/simplecov.rbs', line 709
def command_name: () -> String
|
#created_at ⇒ Time
707 |
# File 'sig/simplecov.rbs', line 707
def created_at: () -> Time
|
#filenames ⇒ Array[String]
719 |
# File 'sig/simplecov.rbs', line 719
def filenames: () -> Array[String]
|
#original_result ⇒ Hash[String, untyped]
705 |
# File 'sig/simplecov.rbs', line 705
def original_result: () -> Hash[String, untyped]
|
#run_id ⇒ String?
711 |
# File 'sig/simplecov.rbs', line 711
def run_id: () -> String?
|
#tracked_files ⇒ Array[String]
715 |
# File 'sig/simplecov.rbs', line 715
def tracked_files: () -> Array[String]
|
#worker_id ⇒ String?
713 |
# File 'sig/simplecov.rbs', line 713
def worker_id: () -> String?
|