Sha256: f50c8277cca943233c8ad02a7378f64066095c18b049f6fd036df7f5846ec79a

Contents?: true

Size: 255 Bytes

Versions: 1

Compression:

Stored size: 255 Bytes

Contents

module Superhosting
  module Cli
    module Cmd
      class SiteContainer < Base
        def self.has_required_param?
          true
        end

        def self.after_action(data, config)
          self.info(data)
        end
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
superhosting-0.0.2 lib/superhosting/cli/cmd/site_container.rb