Sha256: 9de2ef4250a9c6c4bbebf02b4ff36051698724b111a642a1b28afea3f61dd251

Contents?: true

Size: 238 Bytes

Versions: 27

Compression:

Stored size: 238 Bytes

Contents

require 'cfndsl/jsonable'

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

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

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
cfndsl-0.6.1 lib/cfndsl/outputs.rb
cfndsl-0.6.0 lib/cfndsl/outputs.rb
cfndsl-0.5.2 lib/cfndsl/outputs.rb
cfndsl-0.5.1 lib/cfndsl/outputs.rb
cfndsl-0.5.0 lib/cfndsl/outputs.rb
cfndsl-0.5.1.pre lib/cfndsl/outputs.rb
cfndsl-0.5.0.pre lib/cfndsl/outputs.rb