Class: Ace::Support::Cli::Registry::Node
- Inherits:
-
Struct
- Object
- Struct
- Ace::Support::Cli::Registry::Node
- Defined in:
- lib/ace/support/cli/registry.rb
Instance Attribute Summary collapse
-
#children ⇒ Object
Returns the value of attribute children.
-
#command ⇒ Object
Returns the value of attribute command.
Instance Attribute Details
#children ⇒ Object
Returns the value of attribute children
9 10 11 |
# File 'lib/ace/support/cli/registry.rb', line 9 def children @children end |
#command ⇒ Object
Returns the value of attribute command
9 10 11 |
# File 'lib/ace/support/cli/registry.rb', line 9 def command @command end |