Initizlize the Ruby Linode API
Parameters:
APIKEY - Unique key generated by Linode to access the commands
DEBUG - Set to true for debugging to be turned on
BATCH - This will be set to false, due to the methods included
with this library not being compatible with batching
Returns nothing
# File api.rb, line 45 def initialize(key, debug=false, batching=false) super @batching=false end