Method: Biosphere::ResourceProxy#initialize
- Defined in:
- lib/biosphere/terraformproxy.rb
#initialize(caller) ⇒ ResourceProxy
Returns a new instance of ResourceProxy.
43 44 45 46 |
# File 'lib/biosphere/terraformproxy.rb', line 43 def initialize(caller) @output = {} @caller = caller end |