class Representable::Coercion::Coercer
Public Class Methods
new(type)
click to toggle source
# File lib/representable/coercion.rb, line 6 def initialize(type) @type = type end
Public Instance Methods
call(value, doc, options)
click to toggle source