Class: Huebot::ProgramSrc
- Inherits:
-
Struct
- Object
- Struct
- Huebot::ProgramSrc
- Defined in:
- lib/huebot.rb
Overview
Struct for storing a program’s Intermediate Representation and source filepath.
Instance Attribute Summary collapse
-
#filepath ⇒ String
The current value of filepath.
-
#ir ⇒ Hash
The current value of ir.
Instance Attribute Details
#filepath ⇒ String
Returns the current value of filepath.
16 17 18 |
# File 'lib/huebot.rb', line 16 def filepath @filepath end |
#ir ⇒ Hash
Returns the current value of ir.
16 17 18 |
# File 'lib/huebot.rb', line 16 def ir @ir end |