Method: Harbor2LegacyClient::ReplicationExecution#hash
- Defined in:
- lib/harbor2_legacy_client/models/replication_execution.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
187 188 189 |
# File 'lib/harbor2_legacy_client/models/replication_execution.rb', line 187 def hash [id, policy_id, status, status_text, trigger, total, failed, succeed, in_progress, stopped, start_time, end_time].hash end |