Sha256: 615f6ae2f60d164d3d123e6db0e7274c755320b8bdaa90be0c75bed05bfe2311

Contents?: true

Size: 225 Bytes

Versions: 5

Compression:

Stored size: 225 Bytes

Contents

require "sfn"

module Sfn
  class Config
    # Realize command configuration
    class Realize < Config
      attribute(
        :plan_name, String,
        :description => "Custom plan name or ID",
      )
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
sfn-3.1.8 lib/sfn/config/realize.rb
sfn-3.1.6 lib/sfn/config/realize.rb
sfn-3.1.4 lib/sfn/config/realize.rb
sfn-3.1.2 lib/sfn/config/realize.rb
sfn-3.1.0 lib/sfn/config/realize.rb