Sha256: f3593e8e7b103072a3e95b8e4850681bd0b74ec4be2bc4c7f579e107d0c5de0c

Contents?: true

Size: 240 Bytes

Versions: 11

Compression:

Stored size: 240 Bytes

Contents

require 'cfndsl/JSONable'

module CfnDsl  
  class OutputDefinition < JSONable
    ##
    # Handles Output objects
    dsl_attr_setter :Value, :Description
    
    def initialize( value=nil)
      @Value = value if value
    end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
cfndsl-0.0.16 lib/cfndsl/Outputs.rb
cfndsl-0.0.15 lib/cfndsl/Outputs.rb
cfndsl-0.0.14 lib/cfndsl/Outputs.rb
cfndsl-0.0.13 lib/cfndsl/Outputs.rb
cfndsl-0.0.12 lib/cfndsl/Outputs.rb
cfndsl-0.0.11 lib/cfndsl/Outputs.rb
cfndsl-0.0.10 lib/cfndsl/Outputs.rb
cfndsl-0.0.9 lib/cfndsl/Outputs.rb
cfndsl-0.0.8 lib/cfndsl/Outputs.rb
cfndsl-0.0.7 lib/cfndsl/Outputs.rb
cfndsl-0.0.6 lib/cfndsl/Outputs.rb