Class: Strling::IR::Look

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

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject (readonly)

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



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

def body
  @body
end

#dirObject (readonly)

Returns the value of attribute dir

Returns:

  • (Object)

    the current value of dir



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

def dir
  @dir
end

#irObject (readonly)

Returns the value of attribute ir

Returns:

  • (Object)

    the current value of ir



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

def ir
  @ir
end

#negObject (readonly)

Returns the value of attribute neg

Returns:

  • (Object)

    the current value of neg



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

def neg
  @neg
end