Class Virtus::Attribute::Coercer
In: lib/virtus/attribute/coercer.rb
Parent: Virtus::Coercer

Coercer accessor wrapper

@api private

Methods

call   new   success?  

Attributes

coercers  [R]  @api private
method  [R]  @api private

Public Class methods

Initialize a new coercer object

@param [Object] coercers accessor @param [Symbol] coercion method

@return [undefined]

@api private

Public Instance methods

Coerce given value

@return [Object]

@api private

[Validate]