Flowdock
Ruby on Rails latest stable (v6.1.7.7) - 0 notes - Superclass: Object

This is a class that abstracts away an asserted response. It purposely does not inherit from Response because it doesn’t need it. That means it does not have headers or a body.

Constants

GENERIC_RESPONSE_CODES = { # :nodoc: success: "2XX", missing: "404", redirect: "3XX", error: "5XX" }

Attributes

[R] name
[R] code
Show files where this class is defined (1 file)
Register or log in to add new notes.