# frozen_string_literal: true module Rancher module Api class Containerexec include Her::Model include Helpers::Model attributes :attachStdin, :attachStdout, :command, :tty end end end