Class: FastExcel::Formula

Inherits:
Object
  • Object
show all
Defined in:
lib/fast_excel.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#fmlObject

Returns the value of attribute fml.



10
11
12
# File 'lib/fast_excel.rb', line 10

def fml
  @fml
end