Class: Foobara::CommandConnectors::ShCliConnector::GlobalishParser::Result

Inherits:
Object
  • Object
show all
Defined in:
foobara-sh-cli-connector-0.0.16/src/sh_cli_connector/globalish_parser.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeResult

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

#parsedObject

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

#remainderObject

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