Class: Erlectricity::NewFunction
- Inherits:
-
Struct
- Object
- Struct
- Erlectricity::NewFunction
- Defined in:
- lib/erlectricity/types/new_function.rb
Instance Attribute Summary collapse
-
#arity ⇒ Object
Returns the value of attribute arity.
-
#free_vars ⇒ Object
Returns the value of attribute free_vars.
-
#index ⇒ Object
Returns the value of attribute index.
-
#module ⇒ Object
Returns the value of attribute module.
-
#num_free ⇒ Object
Returns the value of attribute num_free.
-
#old_index ⇒ Object
Returns the value of attribute old_index.
-
#old_uniq ⇒ Object
Returns the value of attribute old_uniq.
-
#pid ⇒ Object
Returns the value of attribute pid.
-
#uniq ⇒ Object
Returns the value of attribute uniq.
Instance Attribute Details
#arity ⇒ Object
Returns the value of attribute arity
2 3 4 |
# File 'lib/erlectricity/types/new_function.rb', line 2 def arity @arity end |
#free_vars ⇒ Object
Returns the value of attribute free_vars
2 3 4 |
# File 'lib/erlectricity/types/new_function.rb', line 2 def free_vars @free_vars end |
#index ⇒ Object
Returns the value of attribute index
2 3 4 |
# File 'lib/erlectricity/types/new_function.rb', line 2 def index @index end |
#module ⇒ Object
Returns the value of attribute module
2 3 4 |
# File 'lib/erlectricity/types/new_function.rb', line 2 def module @module end |
#num_free ⇒ Object
Returns the value of attribute num_free
2 3 4 |
# File 'lib/erlectricity/types/new_function.rb', line 2 def num_free @num_free end |
#old_index ⇒ Object
Returns the value of attribute old_index
2 3 4 |
# File 'lib/erlectricity/types/new_function.rb', line 2 def old_index @old_index end |
#old_uniq ⇒ Object
Returns the value of attribute old_uniq
2 3 4 |
# File 'lib/erlectricity/types/new_function.rb', line 2 def old_uniq @old_uniq end |
#pid ⇒ Object
Returns the value of attribute pid
2 3 4 |
# File 'lib/erlectricity/types/new_function.rb', line 2 def pid @pid end |
#uniq ⇒ Object
Returns the value of attribute uniq
2 3 4 |
# File 'lib/erlectricity/types/new_function.rb', line 2 def uniq @uniq end |