Sha256: 31da39d73c84bd66c31d50b8f4cd4072e1a15d78652e11dfad685155fe7f546c

Contents?: true

Size: 174 Bytes

Versions: 2

Compression:

Stored size: 174 Bytes

Contents

module Superhosting
  module Cli
    module Cmd
      class ContainerUpdate < Base
        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_update.rb
superhosting-0.0.1 lib/superhosting/cli/cmd/container_update.rb