Method: Harbor2Client::Execution#hash
- Defined in:
- lib/harbor2_client/models/execution.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
164 165 166 |
# File 'lib/harbor2_client/models/execution.rb', line 164 def hash [id, vendor_type, vendor_id, status, , metrics, trigger, extra_attrs, start_time, end_time].hash end |