Class: Cabriolet::Models::CHMSecMSCompressed

Inherits:
CHMSection
  • Object
show all
Defined in:
lib/cabriolet/models/chm_section.rb

Overview

Section 1: MSCompressed (LZX) data

Instance Attribute Summary collapse

Attributes inherited from CHMSection

#chm, #id

Instance Method Summary collapse

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

#contentObject

Returns the value of attribute content.



27
28
29
# File 'lib/cabriolet/models/chm_section.rb', line 27

def content
  @content
end

#controlObject

Returns the value of attribute control.



27
28
29
# File 'lib/cabriolet/models/chm_section.rb', line 27

def control
  @control
end

#rtableObject

Returns the value of attribute rtable.



27
28
29
# File 'lib/cabriolet/models/chm_section.rb', line 27

def rtable
  @rtable
end

#spaninfoObject

Returns the value of attribute spaninfo.



27
28
29
# File 'lib/cabriolet/models/chm_section.rb', line 27

def spaninfo
  @spaninfo
end