Class: GetText::MoFile::Header
- Inherits:
-
Struct
- Object
- Struct
- GetText::MoFile::Header
- Defined in:
- lib/gettext/runtime/mofile.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
28 29 30 |
# File 'lib/gettext/runtime/mofile.rb', line 28 def hash_table_offset @hash_table_offset end |
#hash_table_size ⇒ Object
Returns the value of attribute hash_table_size
28 29 30 |
# File 'lib/gettext/runtime/mofile.rb', line 28 def hash_table_size @hash_table_size end |
#magic ⇒ Object
Returns the value of attribute magic
28 29 30 |
# File 'lib/gettext/runtime/mofile.rb', line 28 def magic @magic end |
#nstrings ⇒ Object
Returns the value of attribute nstrings
28 29 30 |
# File 'lib/gettext/runtime/mofile.rb', line 28 def nstrings @nstrings end |
#orig_table_offset ⇒ Object
Returns the value of attribute orig_table_offset
28 29 30 |
# File 'lib/gettext/runtime/mofile.rb', line 28 def orig_table_offset @orig_table_offset end |
#revision ⇒ Object
Returns the value of attribute revision
28 29 30 |
# File 'lib/gettext/runtime/mofile.rb', line 28 def revision @revision end |
#translated_table_offset ⇒ Object
Returns the value of attribute translated_table_offset
28 29 30 |
# File 'lib/gettext/runtime/mofile.rb', line 28 def translated_table_offset @translated_table_offset end |