Method: Gemfire::CacheServerLog#initialize

Defined in:
lib/vas/gemfire/cache_server_logs.rb

#initialize(location, client) ⇒ CacheServerLog

Returns a new instance of CacheServerLog.



33
34
35
# File 'lib/vas/gemfire/cache_server_logs.rb', line 33

def initialize(location, client)
  super(location, client, 'cache-server-node-instance', CacheServerNodeInstance)
end