Class: Foobara::CommandConnectors::ShCliConnector::GlobalishParser::Result
- Inherits:
-
Object
- Object
- Foobara::CommandConnectors::ShCliConnector::GlobalishParser::Result
- Defined in:
- foobara-sh-cli-connector-0.0.16/src/sh_cli_connector/globalish_parser.rb
Instance Attribute Summary collapse
-
#parsed ⇒ Object
Returns the value of attribute parsed.
-
#remainder ⇒ Object
Returns the value of attribute remainder.
Instance Method Summary collapse
-
#initialize ⇒ Result
constructor
A new instance of Result.
Constructor Details
#initialize ⇒ Result
Returns a new instance of Result.
8 9 10 |
# File 'foobara-sh-cli-connector-0.0.16/src/sh_cli_connector/globalish_parser.rb', line 8 def initialize self.parsed = {} end |
Instance Attribute Details
#parsed ⇒ Object
Returns the value of attribute parsed.
6 7 8 |
# File 'foobara-sh-cli-connector-0.0.16/src/sh_cli_connector/globalish_parser.rb', line 6 def parsed @parsed end |
#remainder ⇒ Object
Returns the value of attribute remainder.
6 7 8 |
# File 'foobara-sh-cli-connector-0.0.16/src/sh_cli_connector/globalish_parser.rb', line 6 def remainder @remainder end |