Class: CfnDsl::RefDefinition

Inherits:
JSONable show all
Defined in:
lib/cfndsl.rb

Instance Method Summary collapse

Methods inherited from JSONable

#declare, #ref_children, #to_json

Methods included from Functions

#FnBase64, #FnFindInMap, #FnFormat, #FnGetAZs, #FnGetAtt, #FnJoin, #Ref

Methods included from RefCheck

#ref_children, #references

Constructor Details

#initialize(value) ⇒ RefDefinition

Handles the Ref objects



264
265
266
# File 'lib/cfndsl.rb', line 264

def initialize( value ) 
  @Ref = value
end

Instance Method Details

#get_referencesObject



268
269
270
# File 'lib/cfndsl.rb', line 268

def get_references()
  [@Ref]
end