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