Class: Servitor::Infrastructure

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

Instance Attribute Summary collapse

Instance Attribute Details

#deploy_rootObject

Returns the value of attribute deploy_root.



8
9
10
# File 'lib/infrastructure/infrastructure.rb', line 8

def deploy_root
  @deploy_root
end

#portsObject



10
11
12
# File 'lib/infrastructure/infrastructure.rb', line 10

def ports
  @ports || { }
end