module ActiveEntity::Coercion

Offers implicit type conversion on initializing. This depends ‘ActiveEntity::Accessor#defined_attributes`.

Public Class Methods

new(*) click to toggle source
Calls superclass method
# File lib/active_entity/coercion.rb, line 7
def initialize(*)
  super
  cast
end