Class: Flexr::IR::State

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

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



19
20
21
# File 'lib/flexr/ir.rb', line 19

def id
  @id
end

#inclusiveObject

Returns the value of attribute inclusive

Returns:

  • (Object)

    the current value of inclusive



19
20
21
# File 'lib/flexr/ir.rb', line 19

def inclusive
  @inclusive
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



19
20
21
# File 'lib/flexr/ir.rb', line 19

def name
  @name
end