Class: Elasticated::Mapping::Fields::BooleanField

Inherits:
StandardField
  • Object
show all
Defined in:
lib/elasticated/mapping/fields/standard_field.rb

Instance Attribute Summary

Attributes inherited from StandardField

#name

Instance Method Summary collapse

Methods inherited from StandardField

#build, #build_body, #initialize

Constructor Details

This class inherits a constructor from Elasticated::Mapping::Fields::StandardField

Instance Method Details

#typeObject



26
27
28
# File 'lib/elasticated/mapping/fields/standard_field.rb', line 26

def type
  :boolean
end