Method: Gemfire::CacheServerLogs#initialize

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

#initialize(location, client) ⇒ CacheServerLogs

Returns a new instance of CacheServerLogs.



23
24
25
# File 'lib/vas/gemfire/cache_server_logs.rb', line 23

def initialize(location, client)
  super(location, client, CacheServerLog)
end