Coercer accessor wrapper
@api private
Initialize a new coercer object
@param [Object] coercers accessor @param [Symbol] coercion method
@return [undefined]
@api private
# File lib/virtus/attribute/coercer.rb, line 20 def initialize(type, coercers) super(type) @method = type.coercion_method @coercers = coercers end
Generated with the Darkfish Rdoc Generator 2.