Class: Plushie::Test::Script::Instruction

Inherits:
Data
  • Object
show all
Defined in:
lib/plushie/test/script.rb

Overview

A single instruction from the script body.

Instance Attribute Summary collapse

Instance Attribute Details

#argsObject (readonly)

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



27
28
29
# File 'lib/plushie/test/script.rb', line 27

def args
  @args
end

#commandObject (readonly)

Returns the value of attribute command

Returns:

  • (Object)

    the current value of command



27
28
29
# File 'lib/plushie/test/script.rb', line 27

def command
  @command
end