Class: Planet::Server

Inherits:
Object
  • Object
show all
Defined in:
lib/planet.rb

Instance Attribute Summary collapse

Instance Attribute Details

#keyObject

Returns the value of attribute key.



17
18
19
# File 'lib/planet.rb', line 17

def key
  @key
end

#sshObject

Returns the value of attribute ssh.



17
18
19
# File 'lib/planet.rb', line 17

def ssh
  @ssh
end

#uriObject

Returns the value of attribute uri.



17
18
19
# File 'lib/planet.rb', line 17

def uri
  @uri
end