Class: Optimus::Runners::YamlTemplate::OptimusOptionParser

Inherits:
Object
  • Object
show all
Defined in:
lib/runners/yaml_template/option_parser.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeOptimusOptionParser



19
20
21
# File 'lib/runners/yaml_template/option_parser.rb', line 19

def initialize
  @errors = []
end

Instance Attribute Details

#errorsObject (readonly)

Returns the value of attribute errors.



18
19
20
# File 'lib/runners/yaml_template/option_parser.rb', line 18

def errors
  @errors
end