Method: OodCore::Job::Status#hash

Defined in:
lib/ood_core/job/status.rb

#hashInteger

Generate a hash value for this object

Returns:

  • (Integer)

    hash value of object



78
79
80
# File 'lib/ood_core/job/status.rb', line 78

def hash
  [self.class, to_sym].hash
end