Class: Machine

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

Direct Known Subclasses

Server, Worker

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