Class: GSServerLogSettings
- Inherits:
-
Object
- Object
- GSServerLogSettings
- 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
-
#default ⇒ Object
Returns the value of attribute default.
-
#hostNames ⇒ Object
Returns the value of attribute hostNames.
-
#logFile ⇒ Object
Returns the value of attribute logFile.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize ⇒ GSServerLogSettings
constructor
A new instance of GSServerLogSettings.
Constructor Details
#initialize ⇒ GSServerLogSettings
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
#default ⇒ Object
Returns the value of attribute default.
14 15 16 |
# File 'lib/GSServerLogSettings.rb', line 14 def default @default end |
#hostNames ⇒ Object
Returns the value of attribute hostNames.
14 15 16 |
# File 'lib/GSServerLogSettings.rb', line 14 def hostNames @hostNames end |
#logFile ⇒ Object
Returns the value of attribute logFile.
14 15 16 |
# File 'lib/GSServerLogSettings.rb', line 14 def logFile @logFile end |
#name ⇒ Object
Returns the value of attribute name.
14 15 16 |
# File 'lib/GSServerLogSettings.rb', line 14 def name @name end |