Class: Plushie::Test::Script::Instruction
- Inherits:
-
Data
- Object
- Data
- Plushie::Test::Script::Instruction
- Defined in:
- lib/plushie/test/script.rb
Overview
A single instruction from the script body.
Instance Attribute Summary collapse
-
#args ⇒ Object
readonly
Returns the value of attribute args.
-
#command ⇒ Object
readonly
Returns the value of attribute command.
Instance Attribute Details
#args ⇒ Object (readonly)
Returns the value of attribute args
27 28 29 |
# File 'lib/plushie/test/script.rb', line 27 def args @args end |
#command ⇒ Object (readonly)
Returns the value of attribute command
27 28 29 |
# File 'lib/plushie/test/script.rb', line 27 def command @command end |