Method: Cuboid::Report#summary
- Defined in:
- lib/cuboid/report.rb
#summary ⇒ Hash
Returns Summary data of the report.
152 153 154 155 156 157 158 159 160 161 162 |
# File 'lib/cuboid/report.rb', line 152 def summary { application: @application, version: @version, status: @status, seed: @seed, start_datetime: @start_datetime.to_s, finish_datetime: @finish_datetime.to_s, delta_time: delta_time } end |