Results for: "module_function"

Generates a radio-button Input element.

name is the name of the input field. value is the value of the field if checked. checked specifies whether the field starts off checked.

Alternatively, the attributes can be specified as a hash.

radio_button("name", "value")
  # <INPUT TYPE="radio" NAME="name" VALUE="value">

radio_button("name", "value", true)
  # <INPUT TYPE="radio" NAME="name" VALUE="value" CHECKED>

radio_button("NAME" => "name", "VALUE" => "value", "ID" => "foo")
  # <INPUT TYPE="radio" NAME="name" VALUE="value" ID="foo">
No documentation available

Returns the SSLSession object currently used, or nil if the session is not established.

Initiates an SSL/TLS handshake with a server. The handshake may be started after unencrypted data has been sent over the socket.

Sets the Session to be used when the connection is established.

No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available

Gets X509v3 extensions as array of X509Ext objects

Sets X509_EXTENSIONs

Gets X509v3 extensions as array of X509Ext objects

Sets X509_EXTENSIONs

No documentation available
No documentation available
No documentation available

Connect to IO tcp, with context of the current certificate configuration

Determines whether the response received was a Positive Intermediate reply (3xx reply code)

No documentation available

The version of this activation request’s specification

The version of the gem for this specification.

Set the default safe level to level. The default safe level is 0

See new for more information.

No documentation available
Search took: 6ms  ·  Total Results: 3605