Method: Hoodoo::Errors#http_status_code

Defined in:
lib/hoodoo/errors/errors.rb

#http_status_codeObject (readonly)

HTTP status code associated with the first error in the #errors array, _as an Integer_.



54
55
56
# File 'lib/hoodoo/errors/errors.rb', line 54

def http_status_code
  @http_status_code
end