Module: EasyType::YamlProperty

Defined in:
lib/easy_type/yaml_property.rb

Overview

YamlPorperty get’s its value from the yaml data based on the name of the property

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.included(parent) ⇒ Object



13
14
15
16
17
# File 'lib/easy_type/yaml_property.rb', line 13

def self.included(parent)
  parent.include(EasyType)
  parent.extend(ClassMethods)
  parent.include(Parameter)
end