to_date() Instance Public methods Return a Date object of the date which represents self. The Date object do not contain the time component (only date).
to_time() Instance Public methods Return a Time object of the date/time which represents self. If the @year is below 1970, this method returns nil, because Time cannot handle years below 1970. The timezone used is GMT.
year=(value) Instance Public methods Set value as the new date/time component. Raises ArgumentError if the given value is out of range, or in the case of #year= if value is not of type Integer.
new(faultCode, faultString) Class Public methods Creates a new XMLRPC::FaultException instance. faultString is passed to StandardError as the msg of the Exception.
to_h() Instance Public methods The faultCode and faultString of the exception in a Hash.
dump( param ) Class Public methods Alias for: dump_response
dump_call( methodName, *params ) Class Public methods
dump_response( param ) Class Public methods Also aliased as: dump
load( stringOrReadable ) Class Public methods Alias for: load_response
load_call( stringOrReadable ) Class Public methods
Page 1911 of 11844