Sha256: 4b28168509688fcb103d6a446c69dd55186363111d205a58aea60dbea1f61d74
Contents?: true
Size: 213 Bytes
Versions: 1
Compression:
Stored size: 213 Bytes
Contents
# frozen_string_literal: true module Rancher module Api class Processsummary include Her::Model include Helpers::Model attributes :delay, :processName, :ready, :running 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/processsummary.rb |