Class: Spreadshit::Formula::Function

Inherits:
Struct
  • Object
show all
Defined in:
lib/spreadshit/formula.rb

Instance Attribute Summary collapse

Instance Attribute Details

#argumentsObject

Returns the value of attribute arguments

Returns:

  • (Object)

    the current value of arguments



28
29
30
# File 'lib/spreadshit/formula.rb', line 28

def arguments
  @arguments
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



28
29
30
# File 'lib/spreadshit/formula.rb', line 28

def name
  @name
end