Method: Zold::Remotes::Remote#initialize

Defined in:
lib/zold/remotes.rb

#initialize(host, port, score) ⇒ Remote

Returns a new instance of Remote.



50
51
52
53
54
# File 'lib/zold/remotes.rb', line 50

def initialize(host, port, score)
  @host = host
  @port = port
  @score = score
end