Method: CloudFormer::Functions::Not#initialize

Defined in:
lib/cloud_former/functions/or.rb,
lib/cloud_former/functions/not.rb

#initialize(function) ⇒ Not

Returns a new instance of Not.



5
6
7
# File 'lib/cloud_former/functions/or.rb', line 5

def initialize(*conditions)
  @conditions = conditions
end