forward3d / bing-ads-reporting

Gem for pulling reports from bing ads
MIT License
10 stars 14 forks source link

service.report_url(id) returns NoMethodError: private method `report_url' called for BingAdsService #4

Closed hamzakhanpl closed 6 years ago

hamzakhanpl commented 6 years ago

The latest update of the Gem does not allow to fetch the report url as it is a private method now.

hamzakhanpl commented 6 years ago

I have bypassed the private method validation by send method.

Thanks