Class: Installation::SshKey::KeyFile

Inherits:
Struct
  • Object
show all
Defined in:
src/lib/installation/ssh_key.rb

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject (protected)

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



71
72
73
# File 'src/lib/installation/ssh_key.rb', line 71

def content
  @content
end

#filenameObject (protected)

Returns the value of attribute filename

Returns:

  • (Object)

    the current value of filename



71
72
73
# File 'src/lib/installation/ssh_key.rb', line 71

def filename
  @filename
end

#permissionsObject (protected)

Returns the value of attribute permissions

Returns:

  • (Object)

    the current value of permissions



71
72
73
# File 'src/lib/installation/ssh_key.rb', line 71

def permissions
  @permissions
end