Class: RubyGpg::Config
- Inherits:
-
Struct
- Object
- Struct
- RubyGpg::Config
- Defined in:
- lib/ruby_gpg.rb
Instance Attribute Summary collapse
-
#executable ⇒ Object
Returns the value of attribute executable.
-
#homedir ⇒ Object
Returns the value of attribute homedir.
Instance Attribute Details
#executable ⇒ Object
Returns the value of attribute executable
6 7 8 |
# File 'lib/ruby_gpg.rb', line 6 def executable @executable end |
#homedir ⇒ Object
Returns the value of attribute homedir
6 7 8 |
# File 'lib/ruby_gpg.rb', line 6 def homedir @homedir end |