A short summary of this gem’s description.
teardown
restores the process to its original state and removes the tempdir unless the KEEP_FILES
environment variable was set.
Display an informational alert. Will ask question
if it is not nil.
Returns a Concat
object, for the given jobs
Components of the URI
in the order.
Components of the URI
in the order.
v
String
public setter for the password
component. (with validation)
see also URI::Generic.check_password
require 'uri' uri = URI.parse("http://john:S3nsit1ve@my.example.com") uri.password = "V3ry_S3nsit1ve" # => "V3ry_S3nsit1ve" uri #=> #<URI::HTTP:0x00000000881d90 URL:http://john:V3ry_S3nsit1ve@my.example.com>
returns the password component
v
String
public setter for the port component v
. (with validation)
see also URI::Generic.check_port
require 'uri' uri = URI.parse("http://my.example.com") uri.port = 8080 # => 8080 uri #=> #<URI::HTTP:0x000000008e89e8 URL:http://my.example.com:8080>
v
String
public setter for the path component v
. (with validation)
see also URI::Generic.check_path
require 'uri' uri = URI.parse("http://my.example.com/pub/files") uri.path = "/faq/" # => "/faq/" uri #=> #<URI::HTTP:0x000000008e89e8 URL:http://my.example.com/faq/>
v
String
public setter for the opaque component v
. (with validation)
see also URI::Generic.check_opaque
Checks if URI
has a path
Returns a split URI
against regexp
Returns a split URI
against regexp
The port this request is for
Shortcut for logging a WARN
message
Will the logger output WARN
messages?
Changes the password for the Basic Authentication header to new_password
Generates a XML-RPC methodResponse document
When is_ret
is false
then the params
array must contain only one element, which is a structure of a fault return-value.
When is_ret
is true
then a normal return-value of all the given params
is created.
Converts a Ruby object into a XML-RPC <value>
tag
Set
value
as the new date/time component.
Raises ArgumentError
if the given value
is out of range, or in the case of XMLRPC::DateTime#year=
if value
is not of type Integer
.
Set
value
as the new date/time component.
Raises an ArgumentError
if the given value
isn’t between 1 and 12.