matthuhiggins/arelastic

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

Summary

Maintainability
A
0 mins
Test Coverage
module Arelastic
  module Mappings
    class Boolean < Arelastic::Mappings::Type
      for_type 'boolean'
    end
  end
end