Class: Moister::ParseResults

Inherits:
Struct
  • Object
show all
Defined in:
lib/moister.rb

Instance Attribute Summary collapse

Instance Attribute Details

#commandObject

Returns the value of attribute command

Returns:

  • (Object)

    the current value of command



5
6
7
# File 'lib/moister.rb', line 5

def command
  @command
end

#configObject

Returns the value of attribute config

Returns:

  • (Object)

    the current value of config



5
6
7
# File 'lib/moister.rb', line 5

def config
  @config
end

#positionalsObject

Returns the value of attribute positionals

Returns:

  • (Object)

    the current value of positionals



5
6
7
# File 'lib/moister.rb', line 5

def positionals
  @positionals
end