Method: Riddle::Configuration::RemoteIndex#initialize
- Defined in:
- lib/riddle/configuration/remote_index.rb
#initialize(address, port, name) ⇒ RemoteIndex
Returns a new instance of RemoteIndex.
8 9 10 11 12 |
# File 'lib/riddle/configuration/remote_index.rb', line 8 def initialize(address, port, name) @address = address @port = port @name = name end |