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

OpenSSL::OCSP::SingleResponse

        # OpenSSL::OCSP::SingleResponse < Object

(from ruby core)
---
An OpenSSL::OCSP::SingleResponse represents an OCSP SingleResponse
structure, which contains the basic information of the status of the
certificate.
---
# Class methods:

    new

# Instance methods:

    cert_status
    certid
    check_validity
    extensions
    initialize_copy
    next_update
    revocation_reason
    revocation_time
    this_update
    to_der


      

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.