Class: FastGettext::GetText::MOFile::HeaderRev1

Inherits:
Header
  • Object
show all
Defined in:
lib/fast_gettext/vendor/mofile.rb

Overview

The following are only used in .mo files with minor revision >= 1.

Instance Attribute Summary collapse

Attributes inherited from Header

#hash_table_offset, #hash_table_size, #magic, #nstrings, #orig_table_offset, #revision, #translated_table_offset

Instance Attribute Details

#n_sysdep_segmentsObject

Returns the value of attribute n_sysdep_segments.



42
43
44
# File 'lib/fast_gettext/vendor/mofile.rb', line 42

def n_sysdep_segments
  @n_sysdep_segments
end

#n_sysdep_stringsObject

Returns the value of attribute n_sysdep_strings.



42
43
44
# File 'lib/fast_gettext/vendor/mofile.rb', line 42

def n_sysdep_strings
  @n_sysdep_strings
end

#orig_sysdep_tab_offsetObject

Returns the value of attribute orig_sysdep_tab_offset.



42
43
44
# File 'lib/fast_gettext/vendor/mofile.rb', line 42

def orig_sysdep_tab_offset
  @orig_sysdep_tab_offset
end

#sysdep_segments_offsetObject

Returns the value of attribute sysdep_segments_offset.



42
43
44
# File 'lib/fast_gettext/vendor/mofile.rb', line 42

def sysdep_segments_offset
  @sysdep_segments_offset
end

#trans_sysdep_tab_offsetObject

Returns the value of attribute trans_sysdep_tab_offset.



42
43
44
# File 'lib/fast_gettext/vendor/mofile.rb', line 42

def trans_sysdep_tab_offset
  @trans_sysdep_tab_offset
end