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