Method: PulpcoreClient::TaskScheduleResponse#hash

Defined in:
lib/pulpcore_client/models/task_schedule_response.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



164
165
166
# File 'lib/pulpcore_client/models/task_schedule_response.rb', line 164

def hash
  [pulp_href, pulp_created, name, task_name, dispatch_interval, next_dispatch, last_task].hash
end