Class: CloudFormer::NoValueParameter

Inherits:
PseudoParameter show all
Defined in:
lib/cloud_former/pseudo_parameters/no_value_parameter.rb

Instance Method Summary collapse

Methods inherited from PseudoParameter

#get_name

Constructor Details

#initializeNoValueParameter

Returns a new instance of NoValueParameter.



3
4
5
# File 'lib/cloud_former/pseudo_parameters/no_value_parameter.rb', line 3

def initialize
  @name = 'AWS::NoValue'
end