Object
# File lib/visage-app/graph.rb, line 10 def initialize(opts={}) @host = opts[:host] @plugin = opts[:plugin] @instances = opts[:instances] end
# File lib/visage-app/graph.rb, line 16 def id Digest::MD5.hexdigest("#{@host}-#{@plugin}-#{@instances}\n") end
[Validate]
Generated with the Darkfish Rdoc Generator 2.