Sha256: 841984f6390609c2683f2d854f17fb64c32923a839e8474d45c4982ea50255fd

Contents?: true

Size: 217 Bytes

Versions: 28

Compression:

Stored size: 217 Bytes

Contents

module OAuth
  class Unauthorized < OAuth::Error
    attr_reader :request
    def initialize(request = nil)
      @request = request
    end

    def to_s
      [request.code, request.message] * " "
    end
  end
end

Version data entries

28 entries across 25 versions & 7 rubygems

Version Path
tdiary-5.1.6 vendor/bundle/ruby/2.7.0/gems/oauth-0.5.6/lib/oauth/errors/unauthorized.rb
oauth-0.5.6 lib/oauth/errors/unauthorized.rb
oauth-0.5.5 lib/oauth/errors/unauthorized.rb
tdiary-5.0.8 vendor/bundle/gems/oauth-0.5.4/lib/oauth/errors/unauthorized.rb
oauth-0.5.4 lib/oauth/errors/unauthorized.rb
tdiary-5.0.5 vendor/bundle/gems/oauth-0.5.1/lib/oauth/errors/unauthorized.rb
tdiary-5.0.5 vendor/bundle/gems/tdiary-5.0.4/vendor/bundle/gems/oauth-0.5.1/lib/oauth/errors/unauthorized.rb
tdiary-5.0.5 vendor/bundle/gems/oauth-0.5.3/lib/oauth/errors/unauthorized.rb
oauth-0.5.3 lib/oauth/errors/unauthorized.rb
oauth-0.5.2 lib/oauth/errors/unauthorized.rb
tdiary-5.0.4 vendor/bundle/gems/oauth-0.5.1/lib/oauth/errors/unauthorized.rb
oauth-0.5.1 lib/oauth/errors/unauthorized.rb
oauth-0.5.0 lib/oauth/errors/unauthorized.rb
tdiary-4.2.1 vendor/bundle/ruby/2.3.0/gems/oauth-0.4.7/lib/oauth/errors/unauthorized.rb
tdiary-4.2.1 vendor/bundle/ruby/2.2.0/gems/oauth-0.4.7/lib/oauth/errors/unauthorized.rb
oauth-ap-0.4.8 lib/oauth/errors/unauthorized.rb
oauth-instructure-0.4.10 lib/oauth/errors/unauthorized.rb
oauth_weshays-0.4.8.pre2 lib/oauth/errors/unauthorized.rb
oauth_weshays-0.4.8.pre lib/oauth/errors/unauthorized.rb
oauth-instructure-0.4.9 lib/oauth/errors/unauthorized.rb