Class: RubyGPG2::Commands::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/ruby_gpg2/commands/result.rb

Instance Attribute Summary collapse

Instance Attribute Details

#outputObject

Returns the value of attribute output

Returns:

  • (Object)

    the current value of output



3
4
5
# File 'lib/ruby_gpg2/commands/result.rb', line 3

def output
  @output
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



3
4
5
# File 'lib/ruby_gpg2/commands/result.rb', line 3

def status
  @status
end