Class: Solrizer::FieldMapper::DataTypeMapping

Inherits:
Object
  • Object
show all
Defined in:
lib/solrizer/field_mapper.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeDataTypeMapping

Returns a new instance of DataTypeMapping.



308
309
310
# File 'lib/solrizer/field_mapper.rb', line 308

def initialize
  @opts = {}
end

Instance Attribute Details

#converterObject

Returns the value of attribute converter.



306
307
308
# File 'lib/solrizer/field_mapper.rb', line 306

def converter
  @converter
end

#optsObject

Returns the value of attribute opts.



306
307
308
# File 'lib/solrizer/field_mapper.rb', line 306

def opts
  @opts
end