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.



7
8
9
# File 'lib/fast_excel.rb', line 7

def initialize(fml)
  @fml = fml
end

Instance Attribute Details

#fmlObject

Returns the value of attribute fml.



6
7
8
# File 'lib/fast_excel.rb', line 6

def fml
  @fml
end