This is a Ruby tree! It shows every object from the Ruby Programming Language in a tree format.

cert_status

        # OpenSSL::OCSP::SingleResponse.cert_status

(from ruby core)
### Implementation from SingleResponse
---
    single_response.cert_status -> Integer

---

Returns the status of the certificate identified by the certid. The
return value may be one of these constant:

*   V_CERTSTATUS_GOOD
*   V_CERTSTATUS_REVOKED
*   V_CERTSTATUS_UNKNOWN


When the status is V_CERTSTATUS_REVOKED, the time at which the
certificate was revoked can be retrieved by #revocation_time.



      

This is MURDOC! A Ruby documentation browser inspired by Smalltalk-80. It allows you to learn about Ruby by browsing through its class hierarchies, and see any of its methods.