# File lib/fog/rackspace/requests/databases/list_flavors.rb, line 5
        def list_flavors()
          request(
            :expects => 200,
            :method => 'GET',
            :path => 'flavors'
          )
        end