Class: Strling::IR::Seq

Inherits:
Data
  • Object
show all
Defined in:
lib/strling/ir.rb

Instance Attribute Summary collapse

Instance Attribute Details

#irObject (readonly)

Returns the value of attribute ir

Returns:

  • (Object)

    the current value of ir



14
15
16
# File 'lib/strling/ir.rb', line 14

def ir
  @ir
end

#partsObject (readonly)

Returns the value of attribute parts

Returns:

  • (Object)

    the current value of parts



14
15
16
# File 'lib/strling/ir.rb', line 14

def parts
  @parts
end