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

status

        # OpenSSL::OCSP::BasicResponse.status

(from ruby core)
### Implementation from BasicResponse
---
    basic_response.status -> statuses

---

Returns an Array of statuses for this response.  Each status contains a
CertificateId, the status (0 for good, 1 for revoked, 2 for unknown),
the reason for the status, the revocation time, the time of this update,
the time for the next update and a list of OpenSSL::X509::Extension.

This should be superseded by BasicResponse#responses and #find_response
that return SingleResponse.



      

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.