Class: Evesync::ServiceFactory

Inherits:
Object
  • Object
show all
Defined in:
lib/evesync/service.rb

Instance Attribute Summary collapse

Instance Attribute Details

#at_exitObject

Returns the value of attribute at_exit.



81
82
83
# File 'lib/evesync/service.rb', line 81

def at_exit
  @at_exit
end

#at_startObject

Returns the value of attribute at_start.



81
82
83
# File 'lib/evesync/service.rb', line 81

def at_start
  @at_start
end

#intervalObject



100
101
102
# File 'lib/evesync/service.rb', line 100

def interval
  @interval || 3600
end

#ipObject



96
97
98
# File 'lib/evesync/service.rb', line 96

def ip
  @ip || 'localhost'
end

#logsObject



84
85
86
# File 'lib/evesync/service.rb', line 84

def logs
  @logs || '/var/log/evesync/'
end

#nameObject

Returns the value of attribute name.



81
82
83
# File 'lib/evesync/service.rb', line 81

def name
  @name
end

#pidsObject



88
89
90
# File 'lib/evesync/service.rb', line 88

def pids
  @pids || '/var/run/evesync/'
end

#portObject



92
93
94
# File 'lib/evesync/service.rb', line 92

def port
  @port || name.to_sym
end

#proxyObject

Returns the value of attribute proxy.



81
82
83
# File 'lib/evesync/service.rb', line 81

def proxy
  @proxy
end