Class: Plushie::Test::Script::ParsedScript

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

Overview

Parsed representation of a .plushie script.

Instance Attribute Summary collapse

Instance Attribute Details

#headerObject (readonly)

Returns the value of attribute header

Returns:

  • (Object)

    the current value of header



24
25
26
# File 'lib/plushie/test/script.rb', line 24

def header
  @header
end

#instructionsObject (readonly)

Returns the value of attribute instructions

Returns:

  • (Object)

    the current value of instructions



24
25
26
# File 'lib/plushie/test/script.rb', line 24

def instructions
  @instructions
end