Class: SubstAttr::Controls::Example

Inherits:
Object
  • Object
show all
Includes:
SubstAttr
Defined in:
lib/subst_attr/controls/example.rb

Defined Under Namespace

Modules: Ancestry

Class Method Summary collapse

Methods included from SubstAttr

activate, extended, included

Class Method Details

.buildObject



12
13
14
15
16
# File 'lib/subst_attr/controls/example.rb', line 12

def self.build
  new.tap do |instance|
    Dependency::Example.configure(instance)
  end
end