Module: AssLauncher::Enterprise::Cli::SpecDsl::DslHelpers Private

Included in:
AssLauncher::Enterprise::Cli::SpecDsl
Defined in:
lib/ass_launcher/enterprise/cli/spec_dsl/dsl_helpers.rb

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

Instance Method Summary collapse

Instance Method Details

#_t(s) ⇒ Object

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.

Translating stub



10
11
12
# File 'lib/ass_launcher/enterprise/cli/spec_dsl/dsl_helpers.rb', line 10

def _t(s)
  s
end

#described_modesObject

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.



19
20
21
# File 'lib/ass_launcher/enterprise/cli/spec_dsl/dsl_helpers.rb', line 19

def described_modes
  @described_modes ||= {}
end

#enterprise_versionsObject

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.



126
127
128
# File 'lib/ass_launcher/enterprise/cli/spec_dsl/dsl_helpers.rb', line 126

def enterprise_versions
  @enterprise_versions ||= []
end

#parametersObject

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.



27
28
29
# File 'lib/ass_launcher/enterprise/cli/spec_dsl/dsl_helpers.rb', line 27

def parameters
  @parameters ||= Parameters::AllParameters.new
end

#parameters_groupsObject

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.



23
24
25
# File 'lib/ass_launcher/enterprise/cli/spec_dsl/dsl_helpers.rb', line 23

def parameters_groups
  @parameters_groups ||= {}
end