Method: Megam::SshKey#path

Defined in:
lib/megam/core/sshkey.rb

#path(arg = nil) ⇒ Object



59
60
61
62
63
64
65
# File 'lib/megam/core/sshkey.rb', line 59

def path(arg=nil)
  if arg != nil
    @path= arg
  else
  @path
  end
end