Method: PDK::CLI::ExecGroup#initialize

Defined in:
lib/pdk/cli/exec_group.rb

#initialize(_message, opts = {}) ⇒ ExecGroup

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Base class for an Exection Group

Parameters:

  • message (String)

    A name or message for this group. Provided for backwards compatibility during refactor

  • opts (Hash) (defaults to: {})

    A hash of options used to configure the execution group. Provided for backwards compatibility during refactor



31
32
33
# File 'lib/pdk/cli/exec_group.rb', line 31

def initialize(_message, opts = {})
  @options = opts
end