Sha256: 2931cc22e91119803dca5726ed6ddc50c47855748796dc98dfdbaaf42f2fa939

Contents?: true

Size: 230 Bytes

Versions: 2

Compression:

Stored size: 230 Bytes

Contents

module Superhosting
  module Cli
    module Cmd
      class ContainerSave < Base
        option :save_to,
               :long  => '--to'

        def self.has_required_param?
          true
        end
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
superhosting-0.0.2 lib/superhosting/cli/cmd/container_save.rb
superhosting-0.0.1 lib/superhosting/cli/cmd/container_save.rb