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

status

        # OpenSSL::Timestamp::Response.status

(from ruby core)
### Implementation from Response
---
    response.status -> BN (never nil)

---

Returns one of GRANTED, GRANTED_WITH_MODS, REJECTION, WAITING,
REVOCATION_WARNING or REVOCATION_NOTIFICATION. A timestamp token has
been created only in case `status` is equal to GRANTED or
GRANTED_WITH_MODS.



      

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.