Flowdock
method

to_h

Importance_0
v2_4_6 - Show latest stable - 0 notes - Class: Extension
to_h() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File ext/openssl/lib/openssl/x509.rb, line 51
      def to_h # {"oid"=>sn|ln, "value"=>value, "critical"=>true|false}
        {"oid"=>self.oid,"value"=>self.value,"critical"=>self.critical?}
      end
Register or log in to add new notes.