module RgGen::Core::Base::FeatureLayerExtension

Constants

ACCESSOR_EXTENSIONS

Private Instance Methods

define_layer_methods() click to toggle source
# File lib/rggen/core/base/feature_layer_extension.rb, line 151
def define_layer_methods
  ACCESSOR_EXTENSIONS.key?(component.layer) &&
    (extend ACCESSOR_EXTENSIONS[component.layer])
end