class CloudFormer::StringParameter

Public Class Methods

new(name) click to toggle source
Calls superclass method CloudFormer::Parameter::new
# File lib/cloud_former/parameters/string_parameter.rb, line 4
def initialize(name)
  super(name)
  @type = 'String'
end