Class: Moister::ParseResults
- Inherits:
-
Struct
- Object
- Struct
- Moister::ParseResults
- Defined in:
- lib/moister.rb
Instance Attribute Summary collapse
-
#command ⇒ Object
Returns the value of attribute command.
-
#config ⇒ Object
Returns the value of attribute config.
-
#positionals ⇒ Object
Returns the value of attribute positionals.
Instance Attribute Details
#command ⇒ Object
Returns the value of attribute command
5 6 7 |
# File 'lib/moister.rb', line 5 def command @command end |
#config ⇒ Object
Returns the value of attribute config
5 6 7 |
# File 'lib/moister.rb', line 5 def config @config end |
#positionals ⇒ Object
Returns the value of attribute positionals
5 6 7 |
# File 'lib/moister.rb', line 5 def positionals @positionals end |