Class: VagrantSubutai::Models::Domain
- Inherits:
-
Object
- Object
- VagrantSubutai::Models::Domain
- Defined in:
- lib/vagrant-subutai/models/domain.rb
Instance Attribute Summary collapse
-
#container_hostname ⇒ Object
protocol HTTP, HTTPS or tcp etc.
-
#external_port ⇒ Object
protocol HTTP, HTTPS or tcp etc.
-
#internal_port ⇒ Object
protocol HTTP, HTTPS or tcp etc.
-
#name ⇒ Object
protocol HTTP, HTTPS or tcp etc.
-
#protocol ⇒ Object
protocol HTTP, HTTPS or tcp etc.
Instance Attribute Details
#container_hostname ⇒ Object
protocol HTTP, HTTPS or tcp etc
4 5 6 |
# File 'lib/vagrant-subutai/models/domain.rb', line 4 def container_hostname @container_hostname end |
#external_port ⇒ Object
protocol HTTP, HTTPS or tcp etc
4 5 6 |
# File 'lib/vagrant-subutai/models/domain.rb', line 4 def external_port @external_port end |
#internal_port ⇒ Object
protocol HTTP, HTTPS or tcp etc
4 5 6 |
# File 'lib/vagrant-subutai/models/domain.rb', line 4 def internal_port @internal_port end |
#name ⇒ Object
protocol HTTP, HTTPS or tcp etc
4 5 6 |
# File 'lib/vagrant-subutai/models/domain.rb', line 4 def name @name end |
#protocol ⇒ Object
protocol HTTP, HTTPS or tcp etc
4 5 6 |
# File 'lib/vagrant-subutai/models/domain.rb', line 4 def protocol @protocol end |