class FusionAuth::ClientResponse
- FusionAuth::ClientResponse
- Reference
- Object
Defined in:
fusionauth/rest_client.crInstance Method Summary
- #error_response : JSON::Any | Nil
- #error_response=(error_response : JSON::Any | Nil)
- #exception : Exception | Nil
- #exception=(exception : Exception | Nil)
- #status : Int32
- #status=(status : Int32)
- #success_response : JSON::Any | Nil
- #success_response=(success_response : JSON::Any | Nil)
- #was_successful