class Puman::App

Attributes

host_port[RW]
name[RW]

Public Class Methods

new(name, host_port) click to toggle source
# File lib/puman/app.rb, line 7
def initialize(name, host_port)
  @name = name
  @host_port = host_port
end