Method: CyberSource::InlineResponse400#hash

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

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • (Fixnum)

    Hash code



163
164
165
# File 'lib/cyberSource_client/models/inline_response_400.rb', line 163

def hash
  [submit_time_utc, status, reason, message, details].hash
end