Method: GraylogAPI::System#cluster

Defined in:
lib/graylogapi/system.rb

#clusterObject



35
36
37
# File 'lib/graylogapi/system.rb', line 35

def cluster
  @cluster ||= Cluster.new(@client)
end