class Ipfs::Connection::Default
Public Class Methods
new()
click to toggle source
# File lib/connection/default.rb, line 6 def initialize @host = 'localhost' @port = 5001 end
# File lib/connection/default.rb, line 6 def initialize @host = 'localhost' @port = 5001 end