class Riddle::Configuration::RemoteIndex
Attributes
Public Class Methods
Source
# File lib/riddle/configuration/remote_index.rb, line 8 def initialize(address, port, name) @address = address @port = port @name = name end
Public Instance Methods
Source
# File lib/riddle/configuration/remote_index.rb, line 14 def remote "#{address}:#{port}" end