Sha256: 1f19c9acadf234b2ebce2acd5ae73706000897e491614a2b7b9496a223d2cade
Contents?: true
Size: 323 Bytes
Versions: 1
Compression:
Stored size: 323 Bytes
Contents
# frozen_string_literal: true module Rancher module Api class Taskinstance include Her::Model include Helpers::Model belongs_to :server belongs_to :task has_one :task attributes :endTime, :exception, :id, :name, :serverId, :startTime, :taskId 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/taskinstance.rb |