class AdsCommon::Errors::OAuth2VerificationRequired

Raised when OAuth2 access token is required.

Attributes

oauth_url[R]

Public Class Methods

new(oauth_url) click to toggle source
Calls superclass method AdsCommon::Errors::AuthError::new
# File lib/ads_common/errors.rb, line 43
def initialize(oauth_url)
  super()
  @oauth_url = oauth_url
end