Sha256: f98cdd3dd8d1eb4ad84cb6dd1a57ad73beefa497d5bcffca0c0ed7260ac5ae02

Contents?: true

Size: 125 Bytes

Versions: 8

Compression:

Stored size: 125 Bytes

Contents

# frozen_string_literal: true

module RubyGPG2
  module Commands
    Result = Struct.new(:output, :error, :status)
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
ruby_gpg2-0.13.0.pre.4 lib/ruby_gpg2/commands/result.rb
ruby_gpg2-0.13.0.pre.3 lib/ruby_gpg2/commands/result.rb
ruby_gpg2-0.13.0.pre.2 lib/ruby_gpg2/commands/result.rb
ruby_gpg2-0.13.0.pre.1 lib/ruby_gpg2/commands/result.rb
ruby_gpg2-0.12.0 lib/ruby_gpg2/commands/result.rb
ruby_gpg2-0.11.0.pre.7 lib/ruby_gpg2/commands/result.rb
ruby_gpg2-0.11.0.pre.6 lib/ruby_gpg2/commands/result.rb
ruby_gpg2-0.11.0.pre.5 lib/ruby_gpg2/commands/result.rb