Sha256: 22cb4378cfc8e7c3c0c1f1095e21e4c64a1a4a6215e4c748ddb0951ab6786e00

Contents?: true

Size: 250 Bytes

Versions: 1

Compression:

Stored size: 250 Bytes

Contents

module Superhosting
  module Cli
    module Cmd
      class SiteName < 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_name.rb