Class: Erlectricity::NewFunction

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

Instance Attribute Summary collapse

Instance Attribute Details

#arityObject

Returns the value of attribute arity

Returns:

  • (Object)

    the current value of arity



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

def arity
  @arity
end

#free_varsObject

Returns the value of attribute free_vars

Returns:

  • (Object)

    the current value of free_vars



2
3
4
# File 'lib/erlectricity/types/new_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/new_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/new_function.rb', line 2

def module
  @module
end

#num_freeObject

Returns the value of attribute num_free

Returns:

  • (Object)

    the current value of num_free



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

def num_free
  @num_free
end

#old_indexObject

Returns the value of attribute old_index

Returns:

  • (Object)

    the current value of old_index



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

def old_index
  @old_index
end

#old_uniqObject

Returns the value of attribute old_uniq

Returns:

  • (Object)

    the current value of old_uniq



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

def old_uniq
  @old_uniq
end

#pidObject

Returns the value of attribute pid

Returns:

  • (Object)

    the current value of pid



2
3
4
# File 'lib/erlectricity/types/new_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/new_function.rb', line 2

def uniq
  @uniq
end