Class: Brainzz::BaseCommand

Inherits:
Object
  • Object
show all
Defined in:
lib/brainzz/commands/base_command.rb

Direct Known Subclasses

AnalyticsCommand, DataCommand

Class Method Summary collapse

Class Method Details

.execute(*args) ⇒ Object



4
5
6
7
8
# File 'lib/brainzz/commands/base_command.rb', line 4

def execute(*args)
  response = on_execute(*args)
  scrub response
  response
end