googleads / google-api-ads-ruby

Ad Manager SOAP API Client Libraries for Ruby
297 stars 229 forks source link

Fix NameError in example code #185

Closed n1sym closed 2 years ago

n1sym commented 2 years ago

When executing ad_manager_api/examples/v202111/native_style_service/get_all_native_styles.rb, the following error occurred.

undefined local variable or method `total_result_set_size' for #<GoogleAdmanager::Sandbox::CreativeService:0x00007f5f1b4d7d68> (NameError)

There was a small typo in the code, so I fixed it.

donovanfm commented 2 years ago

Thanks for catching these, hukurouo!