Sha256: beb7dd76c81ccaf5c64d475082b883a98ad109c98a8ad297d58a95489d6a31f1

Contents?: true

Size: 244 Bytes

Versions: 1

Compression:

Stored size: 244 Bytes

Contents

# 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

Version data entries

1 entries across 1 versions & 1 rubygems

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