Method: CloudShaped::CoreMethods#output
- Defined in:
- lib/cloud_shaped/core_methods.rb
#output(value) ⇒ Object
Returns an Output declaration.
50 51 52 53 54 |
# File 'lib/cloud_shaped/core_methods.rb', line 50 def output(value) { "Value" => value } end |