Sha256: 78eacab1a94cf8080d86de7a76e899e00b84bab7a7b77536375f46c524a0f97d
Contents?: true
Size: 295 Bytes
Versions: 6
Compression:
Stored size: 295 Bytes
Contents
require "sfn" module Sfn class Command # Promote command class Promote < Command include Sfn::CommandModule::Base def execute! raise NotImplementedError.new "Implementation updates required" stack_name, destination = name_args end end end end
Version data entries
6 entries across 6 versions & 1 rubygems