Class: HighLevel::TokenResolver::Result
- Inherits:
-
Data
- Object
- Data
- HighLevel::TokenResolver::Result
- Defined in:
- lib/high_level/token_resolver.rb
Overview
The outcome of #resolve: the bearer token and the :source symbol it came from (:private_integration_token, :agency_access_token, :location_access_token, or :storage).
Instance Attribute Summary collapse
-
#source ⇒ Object
readonly
Returns the value of attribute source.
-
#token ⇒ Object
readonly
Returns the value of attribute token.
Instance Attribute Details
#source ⇒ Object (readonly)
Returns the value of attribute source
24 25 26 |
# File 'lib/high_level/token_resolver.rb', line 24 def source @source end |
#token ⇒ Object (readonly)
Returns the value of attribute token
24 25 26 |
# File 'lib/high_level/token_resolver.rb', line 24 def token @token end |