Class: Cabriolet::Models::CHMSecMSCompressed
- Inherits:
-
CHMSection
- Object
- CHMSection
- Cabriolet::Models::CHMSecMSCompressed
- Defined in:
- lib/cabriolet/models/chm_section.rb
Overview
Section 1: MSCompressed (LZX) data
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
-
#control ⇒ Object
Returns the value of attribute control.
-
#rtable ⇒ Object
Returns the value of attribute rtable.
-
#spaninfo ⇒ Object
Returns the value of attribute spaninfo.
Attributes inherited from CHMSection
Instance Method Summary collapse
-
#initialize(chm) ⇒ CHMSecMSCompressed
constructor
A new instance of CHMSecMSCompressed.
Constructor Details
#initialize(chm) ⇒ CHMSecMSCompressed
Returns a new instance of CHMSecMSCompressed.
29 30 31 32 33 34 35 |
# File 'lib/cabriolet/models/chm_section.rb', line 29 def initialize(chm) super(chm, 1) @content = nil @control = nil @spaninfo = nil @rtable = nil end |
Instance Attribute Details
#content ⇒ Object
Returns the value of attribute content.
27 28 29 |
# File 'lib/cabriolet/models/chm_section.rb', line 27 def content @content end |
#control ⇒ Object
Returns the value of attribute control.
27 28 29 |
# File 'lib/cabriolet/models/chm_section.rb', line 27 def control @control end |
#rtable ⇒ Object
Returns the value of attribute rtable.
27 28 29 |
# File 'lib/cabriolet/models/chm_section.rb', line 27 def rtable @rtable end |
#spaninfo ⇒ Object
Returns the value of attribute spaninfo.
27 28 29 |
# File 'lib/cabriolet/models/chm_section.rb', line 27 def spaninfo @spaninfo end |