Class: RubyGPG2::Commands::Result
- Inherits:
-
Struct
- Object
- Struct
- RubyGPG2::Commands::Result
- Defined in:
- lib/ruby_gpg2/commands/result.rb
Instance Attribute Summary collapse
-
#output ⇒ Object
Returns the value of attribute output.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#output ⇒ Object
Returns the value of attribute output
3 4 5 |
# File 'lib/ruby_gpg2/commands/result.rb', line 3 def output @output end |
#status ⇒ Object
Returns the value of attribute status
3 4 5 |
# File 'lib/ruby_gpg2/commands/result.rb', line 3 def status @status end |