class Rufbit::AuthenticationError

401 Unauthorized

Attributes

object[R]

Public Class Methods

new(object) click to toggle source
# File lib/rufbit/exceptions.rb, line 15
def initialize(object)
    @object = object
end