Class: InterfaceHeaderRecord
- Inherits:
-
BiffRecord
- Object
- BiffRecord
- InterfaceHeaderRecord
- Defined in:
- lib/surpass/biff_record.rb
Constant Summary collapse
- RECORD_ID =
0x00E1
Constants inherited from BiffRecord
BiffRecord::BIFF_LIMIT, BiffRecord::CONTINUE_RECORD_ID
Instance Attribute Summary
Attributes inherited from BiffRecord
Instance Method Summary collapse
-
#initialize ⇒ InterfaceHeaderRecord
constructor
A new instance of InterfaceHeaderRecord.
Methods inherited from BiffRecord
Constructor Details
#initialize ⇒ InterfaceHeaderRecord
Returns a new instance of InterfaceHeaderRecord.
173 174 175 |
# File 'lib/surpass/biff_record.rb', line 173 def initialize @record_data = [0xB0, 0x04].pack('C2') end |