Class: Erlectricity::Function

Inherits:
Struct
  • Object
show all
Defined in:
lib/erlectricity/types/function.rb

Instance Attribute Summary collapse

Instance Attribute Details

#free_varsObject

Returns the value of attribute free_vars

Returns:

  • (Object)

    the current value of free_vars



2
3
4
# File 'lib/erlectricity/types/function.rb', line 2

def free_vars
  @free_vars
end

#indexObject

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



2
3
4
# File 'lib/erlectricity/types/function.rb', line 2

def index
  @index
end

#moduleObject

Returns the value of attribute module

Returns:

  • (Object)

    the current value of module



2
3
4
# File 'lib/erlectricity/types/function.rb', line 2

def module
  @module
end

#pidObject

Returns the value of attribute pid

Returns:

  • (Object)

    the current value of pid



2
3
4
# File 'lib/erlectricity/types/function.rb', line 2

def pid
  @pid
end

#uniqObject

Returns the value of attribute uniq

Returns:

  • (Object)

    the current value of uniq



2
3
4
# File 'lib/erlectricity/types/function.rb', line 2

def uniq
  @uniq
end