# frozen_string_literal: true module Rancher module Api class Dockerbuild include Her::Model include Helpers::Model attributes :context, :dockerfile, :forcerm, :nocache, :remote, :rm end end end