Class: RefreshAllRecord
- Inherits:
-
BiffRecord
- Object
- BiffRecord
- RefreshAllRecord
- Defined in:
- lib/surpass/biff_record.rb
Constant Summary collapse
- RECORD_ID =
0x01B7
Constants inherited from BiffRecord
BiffRecord::BIFF_LIMIT, BiffRecord::CONTINUE_RECORD_ID
Instance Attribute Summary
Attributes inherited from BiffRecord
Instance Method Summary collapse
-
#initialize ⇒ RefreshAllRecord
constructor
A new instance of RefreshAllRecord.
Methods inherited from BiffRecord
Constructor Details
#initialize ⇒ RefreshAllRecord
Returns a new instance of RefreshAllRecord.
356 357 358 |
# File 'lib/surpass/biff_record.rb', line 356 def initialize @record_data = [0x00].pack('v') end |