Class: Namespace

Inherits:
Object
  • Object
show all
Defined in:
lib/cloudformation-ruby-dsl/dsl.rb

Overview

This class is used by erb templates so they can access the parameters passed

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(hash) ⇒ Namespace

Returns a new instance of Namespace.



359
360
361
# File 'lib/cloudformation-ruby-dsl/dsl.rb', line 359

def initialize(hash)
  @params = hash
end

Instance Attribute Details

#paramsObject

Returns the value of attribute params.



358
359
360
# File 'lib/cloudformation-ruby-dsl/dsl.rb', line 358

def params
  @params
end

Instance Method Details

#get_bindingObject



362
363
364
# File 'lib/cloudformation-ruby-dsl/dsl.rb', line 362

def get_binding
  binding
end