Class: Optimus::Runners::YamlTemplate::OptimusOptionParser
- Inherits:
-
Object
- Object
- Optimus::Runners::YamlTemplate::OptimusOptionParser
- Defined in:
- lib/runners/yaml_template/option_parser.rb
Instance Attribute Summary collapse
-
#errors ⇒ Object
readonly
Returns the value of attribute errors.
Instance Method Summary collapse
-
#initialize ⇒ OptimusOptionParser
constructor
A new instance of OptimusOptionParser.
Constructor Details
#initialize ⇒ OptimusOptionParser
19 20 21 |
# File 'lib/runners/yaml_template/option_parser.rb', line 19 def initialize @errors = [] end |
Instance Attribute Details
#errors ⇒ Object (readonly)
Returns the value of attribute errors.
18 19 20 |
# File 'lib/runners/yaml_template/option_parser.rb', line 18 def errors @errors end |