Sha256: 9e8e013e059087551c2634b37c3d619278100aee82d74e58922325964876443d

Contents?: true

Size: 186 Bytes

Versions: 1

Compression:

Stored size: 186 Bytes

Contents

module Superhosting
  module Cli
    module Cmd
      class AdminList < Base
        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/admin_list.rb