Module: LinkedIn::ErrorMessages
- Defined in:
- lib/linked_in/errors.rb
Class Attribute Summary collapse
-
.credentials_missing ⇒ Object
readonly
Returns the value of attribute credentials_missing.
-
.deprecated ⇒ Object
readonly
Returns the value of attribute deprecated.
-
.no_access_token ⇒ Object
readonly
Returns the value of attribute no_access_token.
-
.no_auth_code ⇒ Object
readonly
Returns the value of attribute no_auth_code.
-
.redirect_uri ⇒ Object
readonly
Returns the value of attribute redirect_uri.
-
.redirect_uri_mismatch ⇒ Object
readonly
Returns the value of attribute redirect_uri_mismatch.
Class Attribute Details
.credentials_missing ⇒ Object (readonly)
Returns the value of attribute credentials_missing.
19 20 21 |
# File 'lib/linked_in/errors.rb', line 19 def credentials_missing @credentials_missing end |
.deprecated ⇒ Object (readonly)
Returns the value of attribute deprecated.
19 20 21 |
# File 'lib/linked_in/errors.rb', line 19 def deprecated @deprecated end |
.no_access_token ⇒ Object (readonly)
Returns the value of attribute no_access_token.
19 20 21 |
# File 'lib/linked_in/errors.rb', line 19 def no_access_token @no_access_token end |
.no_auth_code ⇒ Object (readonly)
Returns the value of attribute no_auth_code.
19 20 21 |
# File 'lib/linked_in/errors.rb', line 19 def no_auth_code @no_auth_code end |
.redirect_uri ⇒ Object (readonly)
Returns the value of attribute redirect_uri.
19 20 21 |
# File 'lib/linked_in/errors.rb', line 19 def redirect_uri @redirect_uri end |
.redirect_uri_mismatch ⇒ Object (readonly)
Returns the value of attribute redirect_uri_mismatch.
19 20 21 |
# File 'lib/linked_in/errors.rb', line 19 def redirect_uri_mismatch @redirect_uri_mismatch end |