Sha256: 327d27f95f3531e3fa23788862612f42bb85cb726087ed7046b6649453af26f0

Contents?: true

Size: 318 Bytes

Versions: 126

Compression:

Stored size: 318 Bytes

Contents

module Riddle
  class Configuration
    class RemoteIndex
      attr_accessor :address, :port, :name
      
      def initialize(address, port, name)
        @address  = address
        @port     = port
        @name     = name
      end
      
      def remote
        "#{address}:#{port}"
      end
    end
  end
end

Version data entries

126 entries across 126 versions & 18 rubygems

Version Path
freelancing-god-thinking-sphinx-1.2.9 vendor/riddle/lib/riddle/configuration/remote_index.rb
hariton-thinking-sphinx-1.2.11.2 vendor/riddle/lib/riddle/configuration/remote_index.rb
hariton-thinking-sphinx-1.2.11 vendor/riddle/lib/riddle/configuration/remote_index.rb
hariton-thinking-sphinx-1.2.7.0 vendor/riddle/lib/riddle/configuration/remote_index.rb
hariton-thinking-sphinx-1.2.7.1 vendor/riddle/lib/riddle/configuration/remote_index.rb
initforthe-thinking-sphinx-1.1.21 vendor/riddle/lib/riddle/configuration/remote_index.rb
lostboy-thinking-sphinx-1.1.5.1 vendor/riddle/lib/riddle/configuration/remote_index.rb
lostboy-thinking-sphinx-1.1.5.2 vendor/riddle/lib/riddle/configuration/remote_index.rb
lostboy-thinking-sphinx-1.1.5.3 vendor/riddle/lib/riddle/configuration/remote_index.rb
lostboy-thinking-sphinx-1.1.5.4 vendor/riddle/lib/riddle/configuration/remote_index.rb
lostboy-thinking-sphinx-1.1.5.5 vendor/riddle/lib/riddle/configuration/remote_index.rb
pixeltrix-thinking-sphinx-1.1.5 vendor/riddle/lib/riddle/configuration/remote_index.rb
pixeltrix-thinking-sphinx-1.2.1 vendor/riddle/lib/riddle/configuration/remote_index.rb
sherpa99-thinking-sphinx-1.1.4 vendor/riddle/lib/riddle/configuration/remote_index.rb
riddle-1.5.11 lib/riddle/configuration/remote_index.rb
riddle-1.5.10 lib/riddle/configuration/remote_index.rb
riddle-1.5.9 lib/riddle/configuration/remote_index.rb
riddle-1.5.8 lib/riddle/configuration/remote_index.rb
riddle-1.5.7 lib/riddle/configuration/remote_index.rb
riddle-1.5.6 lib/riddle/configuration/remote_index.rb