Sha256: adaa1bf4089885a9f90480f995a886fc05f4e14215cca9eabd005f0f5f0a508d

Contents?: true

Size: 318 Bytes

Versions: 2

Compression:

Stored size: 318 Bytes

Contents

module Superhosting
  module Cli
    module Cmd
      class AdminContainerDelete < Base
        option :admin_name,
               :short => '-a NAME',
               :long  => '--admin NAME',
               :required => true

        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/admin_container_delete.rb
superhosting-0.0.1 lib/superhosting/cli/cmd/admin_container_delete.rb