# File lib/fog/ninefold/requests/compute/list_templates.rb, line 6
        def list_templates(options = {})
          request('listTemplates', options, :expects => [200],
                  :response_prefix => 'listtemplatesresponse/template', :response_type => Array)
        end