Class: Installation::SshKey::KeyFile
- Inherits:
-
Struct
- Object
- Struct
- Installation::SshKey::KeyFile
- Defined in:
- src/lib/installation/ssh_key.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
protected
Returns the value of attribute content.
-
#filename ⇒ Object
protected
Returns the value of attribute filename.
-
#permissions ⇒ Object
protected
Returns the value of attribute permissions.
Instance Attribute Details
#content ⇒ Object (protected)
Returns the value of attribute content
71 72 73 |
# File 'src/lib/installation/ssh_key.rb', line 71 def content @content end |
#filename ⇒ Object (protected)
Returns the value of attribute filename
71 72 73 |
# File 'src/lib/installation/ssh_key.rb', line 71 def filename @filename end |
#permissions ⇒ Object (protected)
Returns the value of attribute permissions
71 72 73 |
# File 'src/lib/installation/ssh_key.rb', line 71 def @permissions end |