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

policy_id

        # OpenSSL::Timestamp::TokenInfo.policy_id

(from ruby core)
### Implementation from TokenInfo
---
    token_info.policy_id -> string or nil

---

Returns the timestamp policy object identifier of the policy this
timestamp was created under. If status is GRANTED or GRANTED_WITH_MODS,
this is never `nil`.

### Example:
    id = token_info.policy_id
    puts id                 -> "1.2.3.4.5"



      

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.