Classes: Action
register_gear, #run
Parameters:
the sql to run
a customizable set of options
Options Hash (options):
specify the data bag, item, and location inside the item to find the MySQL credentials
Returns:
13 14 15
# File 'lib/mb/gears/mysql.rb', line 13 def action(sql, options) MySQL::Action.new(sql, options) end