Class: GetText::MO::Header
- Inherits:
-
Struct
- Object
- Struct
- GetText::MO::Header
- Defined in:
- lib/gettext/mo.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#hash_table_offset ⇒ Object
Returns the value of attribute hash_table_offset.
-
#hash_table_size ⇒ Object
Returns the value of attribute hash_table_size.
-
#magic ⇒ Object
Returns the value of attribute magic.
-
#nstrings ⇒ Object
Returns the value of attribute nstrings.
-
#orig_table_offset ⇒ Object
Returns the value of attribute orig_table_offset.
-
#revision ⇒ Object
Returns the value of attribute revision.
-
#translated_table_offset ⇒ Object
Returns the value of attribute translated_table_offset.
Instance Attribute Details
#hash_table_offset ⇒ Object
Returns the value of attribute hash_table_offset
30 31 32 |
# File 'lib/gettext/mo.rb', line 30 def hash_table_offset @hash_table_offset end |
#hash_table_size ⇒ Object
Returns the value of attribute hash_table_size
30 31 32 |
# File 'lib/gettext/mo.rb', line 30 def hash_table_size @hash_table_size end |
#magic ⇒ Object
Returns the value of attribute magic
30 31 32 |
# File 'lib/gettext/mo.rb', line 30 def magic @magic end |
#nstrings ⇒ Object
Returns the value of attribute nstrings
30 31 32 |
# File 'lib/gettext/mo.rb', line 30 def nstrings @nstrings end |
#orig_table_offset ⇒ Object
Returns the value of attribute orig_table_offset
30 31 32 |
# File 'lib/gettext/mo.rb', line 30 def orig_table_offset @orig_table_offset end |
#revision ⇒ Object
Returns the value of attribute revision
30 31 32 |
# File 'lib/gettext/mo.rb', line 30 def revision @revision end |
#translated_table_offset ⇒ Object
Returns the value of attribute translated_table_offset
30 31 32 |
# File 'lib/gettext/mo.rb', line 30 def translated_table_offset @translated_table_offset end |