class CloudFormer::Functions::Not
Public Class Methods
new(function)
click to toggle source
# File lib/cloud_former/functions/not.rb, line 5 def initialize(function) @function = function end
Public Instance Methods
dump_json()
click to toggle source
# File lib/cloud_former/functions/not.rb, line 9 def dump_json { 'Fn::Not' => [@function.dump_json] } end