Class: ConfConf::User
- Inherits:
-
Struct
- Object
- Struct
- ConfConf::User
- Defined in:
- lib/conf_conf/user.rb
Defined Under Namespace
Classes: Config
Instance Attribute Summary collapse
-
#private_key ⇒ Object
Returns the value of attribute private_key.
-
#public_key ⇒ Object
Returns the value of attribute public_key.
Class Method Summary collapse
Instance Attribute Details
#private_key ⇒ Object
Returns the value of attribute private_key
6 7 8 |
# File 'lib/conf_conf/user.rb', line 6 def private_key @private_key end |
#public_key ⇒ Object
Returns the value of attribute public_key
6 7 8 |
# File 'lib/conf_conf/user.rb', line 6 def public_key @public_key end |