Method: PulpcoreClient::TaskScheduleResponse#hash
- Defined in:
- lib/pulpcore_client/models/task_schedule_response.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
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 |