Class: GDK::Command::MeasureWorkflow

Inherits:
MeasureBase show all
Defined in:
lib/gdk/command/measure_workflow.rb

Constant Summary collapse

WORKFLOW_SCRIPTS_FOLDER =
'support/measure_scripts'

Constants inherited from MeasureBase

GDK::Command::MeasureBase::SITESPEED_DOCKER_TAG

Instance Attribute Summary

Attributes inherited from BaseCommand

#stderr, #stdout

Instance Method Summary collapse

Methods inherited from BaseCommand

#config, #display_help_message, #help, #initialize, #print_help, #print_ready_message, #ready_messages, validate_config?

Constructor Details

This class inherits a constructor from GDK::Command::BaseCommand

Instance Method Details

#run(workflows) ⇒ Object



8
9
10
11
12
# File 'lib/gdk/command/measure_workflow.rb', line 8

def run(workflows)
  @workflows = Array(workflows)

  super
end