Sha256: ff7df03f4e6e1ff908b7cb0be132b8fd55662b95f921f0701789e23d67e16862

Contents?: true

Size: 217 Bytes

Versions: 1

Compression:

Stored size: 217 Bytes

Contents

# frozen_string_literal: true

module Rancher
  module Api
    class Containerexec
      include Her::Model
      include Helpers::Model

      attributes :attachStdin, :attachStdout, :command, :tty
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rancher-api-beta-0.8.1 lib/rancher/api/models/containerexec.rb