class Evesync::ServiceFactory

Attributes

at_exit[RW]
at_start[RW]
interval[W]
ip[W]
logs[W]
name[RW]
pids[W]
port[W]
proxy[RW]

Public Instance Methods

interval() click to toggle source
# File lib/evesync/service.rb, line 100
def interval
  @interval || 3600
end
ip() click to toggle source
# File lib/evesync/service.rb, line 96
def ip
  @ip || 'localhost'
end
logs() click to toggle source
# File lib/evesync/service.rb, line 84
def logs
  @logs || '/var/log/evesync/'
end
pids() click to toggle source
# File lib/evesync/service.rb, line 88
def pids
  @pids || '/var/run/evesync/'
end
port() click to toggle source
# File lib/evesync/service.rb, line 92
def port
  @port || name.to_sym
end