Class: Simple::SQL::Helpers::RowConverter::ImmutableConverter

Inherits:
TypeConverter
  • Object
show all
Defined in:
lib/simple/sql/helpers/row_converter.rb

Overview

:nodoc:

Constant Summary collapse

Immutable =
::Simple::Immutable

Instance Method Summary collapse

Methods inherited from TypeConverter

#convert_associations, #convert_row, #initialize

Constructor Details

This class inherits a constructor from Simple::SQL::Helpers::RowConverter::TypeConverter

Instance Method Details

#build_row_in_target_type(hsh) ⇒ Object



63
64
65
# File 'lib/simple/sql/helpers/row_converter.rb', line 63

def build_row_in_target_type(hsh)
  Immutable.create hsh
end