Class: Portless::Multi::App
- Inherits:
-
Struct
- Object
- Struct
- Portless::Multi::App
- Defined in:
- lib/portless/multi.rb
Instance Attribute Summary collapse
-
#hostname ⇒ Object
Returns the value of attribute hostname.
-
#name ⇒ Object
Returns the value of attribute name.
-
#pid ⇒ Object
Returns the value of attribute pid.
-
#port ⇒ Object
Returns the value of attribute port.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#hostname ⇒ Object
Returns the value of attribute hostname
10 11 12 |
# File 'lib/portless/multi.rb', line 10 def hostname @hostname end |
#name ⇒ Object
Returns the value of attribute name
10 11 12 |
# File 'lib/portless/multi.rb', line 10 def name @name end |
#pid ⇒ Object
Returns the value of attribute pid
10 11 12 |
# File 'lib/portless/multi.rb', line 10 def pid @pid end |
#port ⇒ Object
Returns the value of attribute port
10 11 12 |
# File 'lib/portless/multi.rb', line 10 def port @port end |
#url ⇒ Object
Returns the value of attribute url
10 11 12 |
# File 'lib/portless/multi.rb', line 10 def url @url end |