Class: Cabriolet::Models::CHMSecUncompressed
- Inherits:
-
CHMSection
- Object
- CHMSection
- Cabriolet::Models::CHMSecUncompressed
- Defined in:
- lib/cabriolet/models/chm_section.rb
Overview
Section 0: Uncompressed data
Instance Attribute Summary collapse
-
#offset ⇒ Object
Returns the value of attribute offset.
Attributes inherited from CHMSection
Instance Method Summary collapse
-
#initialize(chm) ⇒ CHMSecUncompressed
constructor
A new instance of CHMSecUncompressed.
Constructor Details
#initialize(chm) ⇒ CHMSecUncompressed
Returns a new instance of CHMSecUncompressed.
19 20 21 22 |
# File 'lib/cabriolet/models/chm_section.rb', line 19 def initialize(chm) super(chm, 0) @offset = 0 end |
Instance Attribute Details
#offset ⇒ Object
Returns the value of attribute offset.
17 18 19 |
# File 'lib/cabriolet/models/chm_section.rb', line 17 def offset @offset end |