Class: Spreadsheet::Formula
- Inherits:
-
Object
- Object
- Spreadsheet::Formula
- Defined in:
- lib/spreadsheet/formula.rb
Overview
Formula implementation. At the moment this is just a placeholder. You may access the last calculated #value, other attributes are needed for writing the Formula back into modified Excel Files.
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#shared ⇒ Object
Returns the value of attribute shared.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data.
7 8 9 |
# File 'lib/spreadsheet/formula.rb', line 7 def data @data end |
#shared ⇒ Object
Returns the value of attribute shared.
7 8 9 |
# File 'lib/spreadsheet/formula.rb', line 7 def shared @shared end |
#value ⇒ Object
Returns the value of attribute value.
7 8 9 |
# File 'lib/spreadsheet/formula.rb', line 7 def value @value end |