Class: GSServerLogSettings

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

Overview

GSServerLogSettings.rb - ClickSpotter

Copyright © 2005, 2006 by Chris Schlaeger <[email protected]> This program is free software; you can redistribute it and/or modify it under the terms of version 2 of the GNU General Public License as published by the Free Software Foundation.

$Id: GSServerLogSettings.rb 8 2006-01-22 15:19:51Z cs $

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeGSServerLogSettings

Returns a new instance of GSServerLogSettings.



16
17
18
19
20
21
# File 'lib/GSServerLogSettings.rb', line 16

def initialize
  @name = nil
  @logFile = nil
  @default = nil
  @hostNames = []
end

Instance Attribute Details

#defaultObject

Returns the value of attribute default.



14
15
16
# File 'lib/GSServerLogSettings.rb', line 14

def default
  @default
end

#hostNamesObject

Returns the value of attribute hostNames.



14
15
16
# File 'lib/GSServerLogSettings.rb', line 14

def hostNames
  @hostNames
end

#logFileObject

Returns the value of attribute logFile.



14
15
16
# File 'lib/GSServerLogSettings.rb', line 14

def logFile
  @logFile
end

#nameObject

Returns the value of attribute name.



14
15
16
# File 'lib/GSServerLogSettings.rb', line 14

def name
  @name
end