Class: Portless::Multi::App

Inherits:
Struct
  • Object
show all
Defined in:
lib/portless/multi.rb

Instance Attribute Summary collapse

Instance Attribute Details

#hostnameObject

Returns the value of attribute hostname

Returns:

  • (Object)

    the current value of hostname



12
13
14
# File 'lib/portless/multi.rb', line 12

def hostname
  @hostname
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



12
13
14
# File 'lib/portless/multi.rb', line 12

def name
  @name
end

#pidObject

Returns the value of attribute pid

Returns:

  • (Object)

    the current value of pid



12
13
14
# File 'lib/portless/multi.rb', line 12

def pid
  @pid
end

#portObject

Returns the value of attribute port

Returns:

  • (Object)

    the current value of port



12
13
14
# File 'lib/portless/multi.rb', line 12

def port
  @port
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



12
13
14
# File 'lib/portless/multi.rb', line 12

def url
  @url
end