matthuhiggins/arelastic

View on GitHub
lib/arelastic/mappings/types/number.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Arelastic
  module Mappings
    class Number < Arelastic::Mappings::Type
      def initialize(type, options = {})
      end
    end
  end
end