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