Class: Planet::Server
- Inherits:
-
Object
- Object
- Planet::Server
- Defined in:
- lib/planet.rb
Instance Attribute Summary collapse
-
#key ⇒ Object
Returns the value of attribute key.
-
#ssh ⇒ Object
Returns the value of attribute ssh.
-
#uri ⇒ Object
Returns the value of attribute uri.
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key.
17 18 19 |
# File 'lib/planet.rb', line 17 def key @key end |
#ssh ⇒ Object
Returns the value of attribute ssh.
17 18 19 |
# File 'lib/planet.rb', line 17 def ssh @ssh end |
#uri ⇒ Object
Returns the value of attribute uri.
17 18 19 |
# File 'lib/planet.rb', line 17 def uri @uri end |