Module: Synchronisable::DSL::Macro Private
- Extended by:
- ActiveSupport::Concern
- Included in:
- Association, Synchronizer
- Defined in:
- lib/synchronisable/dsl/macro.rb,
lib/synchronisable/dsl/macro/method.rb,
lib/synchronisable/dsl/macro/attribute.rb,
lib/synchronisable/dsl/macro/expression.rb
Overview
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Allows to define DSL-like attributes and methods. to be used in target class/module.
Defined Under Namespace
Modules: ClassMethods Classes: Attribute, Expression, Method