Class: Brainzz::AnalyticsCommand
- Inherits:
-
BaseCommand
- Object
- BaseCommand
- Brainzz::AnalyticsCommand
- Defined in:
- lib/brainzz/commands/analytics_command.rb
Direct Known Subclasses
Class Method Summary collapse
Class Method Details
.execute(*args) ⇒ Object
4 5 6 7 8 9 |
# File 'lib/brainzz/commands/analytics_command.rb', line 4 def execute(*args) local_token = access_token response = super response.scrub local_token, 'ACCESS_TOKEN' response end |