Class: MulNumberCell
- Inherits:
-
SurpassCell
- Object
- SurpassCell
- MulNumberCell
- Defined in:
- lib/surpass/surpass_cell.rb
Instance Attribute Summary
Attributes inherited from SurpassCell
Instance Method Summary collapse
-
#initialize(parent, index, format_index, sst_index) ⇒ MulNumberCell
constructor
A new instance of MulNumberCell.
- #to_biff ⇒ Object
Methods inherited from SurpassCell
Constructor Details
#initialize(parent, index, format_index, sst_index) ⇒ MulNumberCell
Returns a new instance of MulNumberCell.
98 99 100 101 102 103 |
# File 'lib/surpass/surpass_cell.rb', line 98 def initialize(parent, index, format_index, sst_index) @parent = parent @index = index @format_index = format_index @sst_index = sst_index end |
Instance Method Details
#to_biff ⇒ Object
105 106 107 |
# File 'lib/surpass/surpass_cell.rb', line 105 def to_biff raise "not implemented" end |