Method: CyberSource::ResponseStatusDetails#hash

Defined in:
lib/cyberSource_client/models/response_status_details.rb

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • (Fixnum)

    Hash code



86
87
88
# File 'lib/cyberSource_client/models/response_status_details.rb', line 86

def hash
  [location, message].hash
end