Object
Creates a new Backup::Notifier::Binder instance. Loops through the provided Hash to set instance variables
# File lib/backup/binder.rb, line 8 def initialize(key_and_values) key_and_values.each do |key, value| instance_variable_set("@#{ key }", value) end end
Generated with the Darkfish Rdoc Generator 2.