class Yt::Errors::Forbidden

Public Instance Methods

explanation() click to toggle source
# File lib/yt/errors/forbidden.rb, line 6
def explanation
  'A request to YouTube API was considered forbidden by the server'
end