Module: Datamappify::Entity::Composable

Defined in:
lib/datamappify/entity/composable.rb,
lib/datamappify/entity/composable/attribute.rb,
lib/datamappify/entity/composable/attributes.rb,
lib/datamappify/entity/composable/validators.rb

Defined Under Namespace

Modules: DSL Classes: Attribute, Attributes, Validators

Class Method Summary collapse

Class Method Details

.included(klass) ⇒ Object



8
9
10
# File 'lib/datamappify/entity/composable.rb', line 8

def self.included(klass)
  klass.extend DSL
end