Class: FastExcel::Formula
- Inherits:
-
Object
- Object
- FastExcel::Formula
- Defined in:
- lib/fast_excel.rb
Instance Attribute Summary collapse
-
#fml ⇒ Object
Returns the value of attribute fml.
Instance Method Summary collapse
-
#initialize(fml) ⇒ Formula
constructor
A new instance of Formula.
Constructor Details
#initialize(fml) ⇒ Formula
Returns a new instance of Formula.
7 8 9 |
# File 'lib/fast_excel.rb', line 7 def initialize(fml) @fml = fml end |
Instance Attribute Details
#fml ⇒ Object
Returns the value of attribute fml.
6 7 8 |
# File 'lib/fast_excel.rb', line 6 def fml @fml end |