Module: LinkedIn::ErrorMessages

Defined in:
lib/linked_in/errors.rb

Class Attribute Summary collapse

Instance Method Summary collapse

Class Attribute Details

.credentials_missingObject (readonly)

Returns the value of attribute credentials_missing.



46
47
48
# File 'lib/linked_in/errors.rb', line 46

def credentials_missing
  @credentials_missing
end

.deprecatedObject (readonly)

Returns the value of attribute deprecated.



46
47
48
# File 'lib/linked_in/errors.rb', line 46

def deprecated
  @deprecated
end

.no_access_tokenObject (readonly)

Returns the value of attribute no_access_token.



46
47
48
# File 'lib/linked_in/errors.rb', line 46

def no_access_token
  @no_access_token
end

.no_auth_codeObject (readonly)

Returns the value of attribute no_auth_code.



46
47
48
# File 'lib/linked_in/errors.rb', line 46

def no_auth_code
  @no_auth_code
end

.redirect_uriObject (readonly)

Returns the value of attribute redirect_uri.



46
47
48
# File 'lib/linked_in/errors.rb', line 46

def redirect_uri
  @redirect_uri
end

.redirect_uri_mismatchObject (readonly)

Returns the value of attribute redirect_uri_mismatch.



46
47
48
# File 'lib/linked_in/errors.rb', line 46

def redirect_uri_mismatch
  @redirect_uri_mismatch
end

.throttledObject (readonly)

Returns the value of attribute throttled.



46
47
48
# File 'lib/linked_in/errors.rb', line 46

def throttled
  @throttled
end

Instance Method Details

#klassObject



67
68
69
# File 'lib/linked_in/errors.rb', line 67

def klass

end