module RgGen::Core::Base::ComponentLayerExtension
Constants
- ACCESSOR_EXTENSIONS
Private Instance Methods
define_layer_methods()
click to toggle source
# File lib/rggen/core/base/component_layer_extension.rb, line 187 def define_layer_methods ACCESSOR_EXTENSIONS.key?(layer) && (extend ACCESSOR_EXTENSIONS[layer]) end