Module: EasyType::Parameter

Defined in:
lib/easy_type/parameter.rb

Overview

This module contains all extensions for the Parameter class used by EasyType To use it, include the following statement in your parameter of property block

include EasyType::Parameter

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.included(parent) ⇒ Object



12
13
14
# File 'lib/easy_type/parameter.rb', line 12

def self.included(parent)
  parent.extend(ClassMethods)
end