Class: EnvSetup::Builder::NestedValue

Inherits:
Base
  • Object
show all
Defined in:
lib/env_setup/builder/nested_value.rb

Instance Attribute Summary

Attributes inherited from Base

#params, #template

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from EnvSetup::Builder::Base

Instance Method Details

#callObject



8
9
10
# File 'lib/env_setup/builder/nested_value.rb', line 8

def call
  template['value']
end