Class: Machine
- Inherits:
-
Object
- Object
- Machine
- Defined in:
- lib/proboscis_cli.rb
Class Method Summary collapse
Class Method Details
.port(environment, type, subpath) ⇒ Object
7 8 9 |
# File 'lib/proboscis_cli.rb', line 7 def self.port(environment, type, subpath) ENV["proboscis_#{environment}_target_port"] || "22" end |