Sha256: 2b7f19648677ebde49454edd8d701242bd60816400f356ad492016686ec935ed

Contents?: true

Size: 466 Bytes

Versions: 2

Compression:

Stored size: 466 Bytes

Contents

module Superhosting
  module Cli
    module Cmd
      class ContainerRestore < Base
        option :restore_from,
               :long  => '--from'

        option :model,
               :short => '-m',
               :long  => '--model'

        option :mail,
               :long  => '--mail MAIL'

        option :admin_mail,
               :long  => '--admin-mail MAIL'

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