# File lib/fog/riakcs.rb, line 104 def configure_uri_options(options = {}) @host = options[:host] || 'localhost' @persistent = options[:persistent] || true @port = options[:port] || 8080 @scheme = options[:scheme] || 'http' end
# File lib/fog/riakcs.rb, line 111 def riakcs_uri "#{@scheme}://#{@host}:#{@port}" end
[Validate]
Generated with the Darkfish Rdoc Generator 2.