Class: GetText::MO::HeaderRev1
- Defined in:
- lib/gettext/mo.rb
Overview
The following are only used in .mo files with minor revision >= 1.
Instance Attribute Summary collapse
-
#n_sysdep_segments ⇒ Object
Returns the value of attribute n_sysdep_segments.
-
#n_sysdep_strings ⇒ Object
Returns the value of attribute n_sysdep_strings.
-
#orig_sysdep_tab_offset ⇒ Object
Returns the value of attribute orig_sysdep_tab_offset.
-
#sysdep_segments_offset ⇒ Object
Returns the value of attribute sysdep_segments_offset.
-
#trans_sysdep_tab_offset ⇒ Object
Returns the value of attribute trans_sysdep_tab_offset.
Attributes inherited from Header
#hash_table_offset, #hash_table_size, #magic, #nstrings, #orig_table_offset, #revision, #translated_table_offset
Instance Attribute Details
#n_sysdep_segments ⇒ Object
Returns the value of attribute n_sysdep_segments.
41 42 43 |
# File 'lib/gettext/mo.rb', line 41 def n_sysdep_segments @n_sysdep_segments end |
#n_sysdep_strings ⇒ Object
Returns the value of attribute n_sysdep_strings.
41 42 43 |
# File 'lib/gettext/mo.rb', line 41 def n_sysdep_strings @n_sysdep_strings end |
#orig_sysdep_tab_offset ⇒ Object
Returns the value of attribute orig_sysdep_tab_offset.
41 42 43 |
# File 'lib/gettext/mo.rb', line 41 def orig_sysdep_tab_offset @orig_sysdep_tab_offset end |
#sysdep_segments_offset ⇒ Object
Returns the value of attribute sysdep_segments_offset.
41 42 43 |
# File 'lib/gettext/mo.rb', line 41 def sysdep_segments_offset @sysdep_segments_offset end |
#trans_sysdep_tab_offset ⇒ Object
Returns the value of attribute trans_sysdep_tab_offset.
41 42 43 |
# File 'lib/gettext/mo.rb', line 41 def trans_sysdep_tab_offset @trans_sysdep_tab_offset end |