Class: Spreadshit::Formula::Function
- Inherits:
-
Struct
- Object
- Struct
- Spreadshit::Formula::Function
- Defined in:
- lib/spreadshit/formula.rb
Instance Attribute Summary collapse
-
#arguments ⇒ Object
Returns the value of attribute arguments.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#arguments ⇒ Object
Returns the value of attribute arguments
28 29 30 |
# File 'lib/spreadshit/formula.rb', line 28 def arguments @arguments end |
#name ⇒ Object
Returns the value of attribute name
28 29 30 |
# File 'lib/spreadshit/formula.rb', line 28 def name @name end |