Sha256: 0ff724d84fa541429e77034e32720375fea1b28efba1ac78bffbcb864a5ac0c6

Contents?: true

Size: 246 Bytes

Versions: 41

Compression:

Stored size: 246 Bytes

Contents

require 'cfndsl/JSONable'

module CfnDsl
  class OutputDefinition < JSONable
    ##
    # Handles Output objects
    dsl_attr_setter :Value, :Description, :Condition

    def initialize( value=nil)
      @Value = value if value
    end
  end
end

Version data entries

41 entries across 41 versions & 1 rubygems

Version Path
cfndsl-0.4.4 lib/cfndsl/Outputs.rb
cfndsl-0.4.3 lib/cfndsl/Outputs.rb
cfndsl-0.4.2 lib/cfndsl/Outputs.rb
cfndsl-0.4.1 lib/cfndsl/Outputs.rb
cfndsl-0.4.0 lib/cfndsl/Outputs.rb
cfndsl-0.3.6 lib/cfndsl/Outputs.rb
cfndsl-0.3.5 lib/cfndsl/Outputs.rb
cfndsl-0.3.4 lib/cfndsl/Outputs.rb
cfndsl-0.3.3 lib/cfndsl/Outputs.rb
cfndsl-0.3.2 lib/cfndsl/Outputs.rb
cfndsl-0.3.1 lib/cfndsl/Outputs.rb
cfndsl-0.2.9 lib/cfndsl/Outputs.rb
cfndsl-0.2.8 lib/cfndsl/Outputs.rb
cfndsl-0.3.0 lib/cfndsl/Outputs.rb
cfndsl-0.2.7 lib/cfndsl/Outputs.rb
cfndsl-0.2.4 lib/cfndsl/Outputs.rb
cfndsl-0.2.3 lib/cfndsl/Outputs.rb
cfndsl-0.2.2 lib/cfndsl/Outputs.rb
cfndsl-0.2.1 lib/cfndsl/Outputs.rb
cfndsl-0.2.0 lib/cfndsl/Outputs.rb