Method: CloudShaped::FunctionMethods#fn_and

Defined in:
lib/cloud_shaped/function_methods.rb

#fn_and(*conditions) ⇒ Object

Syntax sugar for Fn::And.



23
24
25
26
27
# File 'lib/cloud_shaped/function_methods.rb', line 23

def fn_and(*conditions)
  {
    "Fn::And" => conditions
  }
end