Class: GDK::Command::MeasureUrl

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

Constant Summary

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(urls_or_paths) ⇒ Object



6
7
8
9
10
# File 'lib/gdk/command/measure_url.rb', line 6

def run(urls_or_paths)
  @urls_or_paths = Array(urls_or_paths)

  super
end