Class: Envo::ParseResult
- Inherits:
-
Object
- Object
- Envo::ParseResult
- Defined in:
- lib/envo/parse_result.rb
Instance Attribute Summary collapse
-
#cmds ⇒ Object
Returns the value of attribute cmds.
-
#opts ⇒ Object
Returns the value of attribute opts.
Instance Method Summary collapse
-
#initialize ⇒ ParseResult
constructor
A new instance of ParseResult.
Constructor Details
#initialize ⇒ ParseResult
Returns a new instance of ParseResult.
3 4 5 6 |
# File 'lib/envo/parse_result.rb', line 3 def initialize() @opts = {} @cmds = [] end |
Instance Attribute Details
#cmds ⇒ Object
Returns the value of attribute cmds.
7 8 9 |
# File 'lib/envo/parse_result.rb', line 7 def cmds @cmds end |
#opts ⇒ Object
Returns the value of attribute opts.
7 8 9 |
# File 'lib/envo/parse_result.rb', line 7 def opts @opts end |