Class: Servitor::Infrastructure
- Inherits:
-
Object
- Object
- Servitor::Infrastructure
- Defined in:
- lib/infrastructure/infrastructure.rb
Instance Attribute Summary collapse
-
#deploy_root ⇒ Object
Returns the value of attribute deploy_root.
- #ports ⇒ Object
Instance Attribute Details
#deploy_root ⇒ Object
Returns the value of attribute deploy_root.
8 9 10 |
# File 'lib/infrastructure/infrastructure.rb', line 8 def deploy_root @deploy_root end |
#ports ⇒ Object
10 11 12 |
# File 'lib/infrastructure/infrastructure.rb', line 10 def ports @ports || { } end |