Class: Arelastic::Mappings::Number

Inherits:
Type show all
Defined in:
lib/arelastic/mappings/types/number.rb

Instance Attribute Summary

Attributes inherited from Type

#field, #options

Instance Method Summary collapse

Methods inherited from Type

#as_elastic, for_type

Methods inherited from Nodes::Node

#==, #convert_to_elastic, #read_option!

Methods included from Arities::Binary

#binary

Methods included from Arities::Polyadic

#polyadic

Methods included from Arities::Unary

#unary

Constructor Details

#initialize(type, options = {}) ⇒ Number

Returns a new instance of Number.



4
5
# File 'lib/arelastic/mappings/types/number.rb', line 4

def initialize(type, options = {})
end