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.
11 12 13 |
# File 'lib/fast_excel.rb', line 11 def initialize(fml) @fml = fml end |
Instance Attribute Details
#fml ⇒ Object
Returns the value of attribute fml.
10 11 12 |
# File 'lib/fast_excel.rb', line 10 def fml @fml end |