Sha256: 988b5d6b3463a9c7cdb03d522fac47c8a3c1d2be9478da88801843f9ad3bd30d

Contents?: true

Size: 213 Bytes

Versions: 3

Compression:

Stored size: 213 Bytes

Contents

# typed: strict
# frozen_string_literal: true

require "sorbet-runtime"

module Packwerk
  module Commands
    class Result < T::Struct
      prop :message, String
      prop :status, T::Boolean
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
packwerk-1.1.3 lib/packwerk/commands/result.rb
packwerk-1.1.2 lib/packwerk/commands/result.rb
packwerk-1.1.1 lib/packwerk/commands/result.rb