Class: Plushie::Test::Script::ParsedScript
- Inherits:
-
Data
- Object
- Data
- Plushie::Test::Script::ParsedScript
- Defined in:
- lib/plushie/test/script.rb
Overview
Parsed representation of a .plushie script.
Instance Attribute Summary collapse
-
#header ⇒ Object
readonly
Returns the value of attribute header.
-
#instructions ⇒ Object
readonly
Returns the value of attribute instructions.
Instance Attribute Details
#header ⇒ Object (readonly)
Returns the value of attribute header
24 25 26 |
# File 'lib/plushie/test/script.rb', line 24 def header @header end |
#instructions ⇒ Object (readonly)
Returns the value of attribute instructions
24 25 26 |
# File 'lib/plushie/test/script.rb', line 24 def instructions @instructions end |