Class: Adjust::Core::Tokens
- Inherits:
-
Object
- Object
- Adjust::Core::Tokens
- Defined in:
- lib/adjust/core/tokens.rb
Instance Method Summary collapse
- #find ⇒ Object
-
#initialize(app, event, config) ⇒ Tokens
constructor
A new instance of Tokens.
Constructor Details
#initialize(app, event, config) ⇒ Tokens
Returns a new instance of Tokens.
4 5 6 7 8 |
# File 'lib/adjust/core/tokens.rb', line 4 def initialize(app, event, config) @app = app.to_s @event = event.to_s @config = config[@app] end |
Instance Method Details
#find ⇒ Object
10 11 12 |
# File 'lib/adjust/core/tokens.rb', line 10 def find { app_token: app_token, event_token: event_token } end |