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



195
196
197
# File 'lib/pulpcore_client/models/task_schedule_response.rb', line 195

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