Class: Erlectricity::Function
- Inherits:
-
Struct
- Object
- Struct
- Erlectricity::Function
- Defined in:
- lib/erlectricity/types/function.rb
Instance Attribute Summary collapse
-
#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.
-
#pid ⇒ Object
Returns the value of attribute pid.
-
#uniq ⇒ Object
Returns the value of attribute uniq.
Instance Attribute Details
#free_vars ⇒ Object
Returns the value of attribute free_vars
2 3 4 |
# File 'lib/erlectricity/types/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/function.rb', line 2 def index @index end |
#module ⇒ Object
Returns the value of attribute module
2 3 4 |
# File 'lib/erlectricity/types/function.rb', line 2 def module @module end |
#pid ⇒ Object
Returns the value of attribute pid
2 3 4 |
# File 'lib/erlectricity/types/function.rb', line 2 def pid @pid end |
#uniq ⇒ Object
Returns the value of attribute uniq
2 3 4 |
# File 'lib/erlectricity/types/function.rb', line 2 def uniq @uniq end |