Libraries
»
cloudformation-dsl
(0.1.0)
»
Index
»
CloudFormationDSL
»
Helpers
»
#ref
Method: CloudFormationDSL::Helpers#ref
Defined in:
lib/cloudformation-dsl/helpers.rb
#
ref
(name) ⇒
Object
75
# File 'lib/cloudformation-dsl/helpers.rb', line 75
def
ref
(
name
)
{
:Ref
=
>
name
}
end