Method: Visage::Graph#id

Defined in:
lib/visage-app/graph.rb

#idObject



16
17
18
# File 'lib/visage-app/graph.rb', line 16

def id
  Digest::MD5.hexdigest("#{@host}-#{@plugin}-#{@instances}\n")
end