Class: Huebot::ProgramSrc

Inherits:
Struct
  • Object
show all
Defined in:
lib/huebot.rb

Overview

Struct for storing a program’s Intermediate Representation and source filepath.

Instance Attribute Summary collapse

Instance Attribute Details

#filepathString



16
17
18
# File 'lib/huebot.rb', line 16

def filepath
  @filepath
end

#irHash



16
17
18
# File 'lib/huebot.rb', line 16

def ir
  @ir
end