Class: BEL::Script::TermDefinition

Inherits:
Struct
  • Object
show all
Defined in:
lib/bel/script.rb

Instance Attribute Summary collapse

Instance Attribute Details

#argumentsObject

Returns the value of attribute arguments

Returns:

  • (Object)

    the current value of arguments



16
17
18
# File 'lib/bel/script.rb', line 16

def arguments
  @arguments
end

#functionObject

Returns the value of attribute function

Returns:

  • (Object)

    the current value of function



16
17
18
# File 'lib/bel/script.rb', line 16

def function
  @function
end