Class: Chamomile::ExecCommand
- Inherits:
-
Data
- Object
- Data
- Chamomile::ExecCommand
- Defined in:
- lib/chamomile/commands.rb
Instance Attribute Summary collapse
-
#args ⇒ Object
readonly
Returns the value of attribute args.
-
#callback ⇒ Object
readonly
Returns the value of attribute callback.
-
#command ⇒ Object
readonly
Returns the value of attribute command.
Instance Attribute Details
#args ⇒ Object (readonly)
Returns the value of attribute args
20 21 22 |
# File 'lib/chamomile/commands.rb', line 20 def args @args end |
#callback ⇒ Object (readonly)
Returns the value of attribute callback
20 21 22 |
# File 'lib/chamomile/commands.rb', line 20 def callback @callback end |
#command ⇒ Object (readonly)
Returns the value of attribute command
20 21 22 |
# File 'lib/chamomile/commands.rb', line 20 def command @command end |