class Representable::VirtusCoercion::Coercer
Public Class Methods
new(type)
click to toggle source
# File lib/representable/virtus_coercion.rb, line 7 def initialize(type) @type = type end
Public Instance Methods
call(input, options)
click to toggle source