Method: Sqlfire::ServerLogs#initialize
- Defined in:
- lib/vas/sqlfire/server_logs.rb
#initialize(location, client) ⇒ ServerLogs
Returns a new instance of ServerLogs.
23 24 25 |
# File 'lib/vas/sqlfire/server_logs.rb', line 23 def initialize(location, client) super(location, client, ServerLog) end |