Class: Tempest::REPL::Command
- Inherits:
-
Data
- Object
- Data
- Tempest::REPL::Command
- Defined in:
- lib/tempest/repl/dispatcher.rb
Instance Attribute Summary collapse
-
#args ⇒ Object
readonly
Returns the value of attribute args.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Attribute Details
#args ⇒ Object (readonly)
Returns the value of attribute args
5 6 7 |
# File 'lib/tempest/repl/dispatcher.rb', line 5 def args @args end |
#name ⇒ Object (readonly)
Returns the value of attribute name
5 6 7 |
# File 'lib/tempest/repl/dispatcher.rb', line 5 def name @name end |