# File lib/fog/dns/requests/dnsmadeeasy/list_secondary.rb, line 13
        def list_secondary
          request(
            :expects  => 200,
            :method   => 'GET',
            :path     => '/V1.2/secondary'
          )
        end