Class: MOFile::Header
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.
Method Summary
Methods inherited from Struct
Instance Attribute Details
#hash_table_offset ⇒ Object
Returns the value of attribute hash_table_offset
25 26 27 |
# File 'lib/ramaze/contrib/gettext/mo.rb', line 25 def hash_table_offset @hash_table_offset end |
#hash_table_size ⇒ Object
Returns the value of attribute hash_table_size
25 26 27 |
# File 'lib/ramaze/contrib/gettext/mo.rb', line 25 def hash_table_size @hash_table_size end |
#magic ⇒ Object
Returns the value of attribute magic
25 26 27 |
# File 'lib/ramaze/contrib/gettext/mo.rb', line 25 def magic @magic end |
#nstrings ⇒ Object
Returns the value of attribute nstrings
25 26 27 |
# File 'lib/ramaze/contrib/gettext/mo.rb', line 25 def nstrings @nstrings end |
#orig_table_offset ⇒ Object
Returns the value of attribute orig_table_offset
25 26 27 |
# File 'lib/ramaze/contrib/gettext/mo.rb', line 25 def orig_table_offset @orig_table_offset end |
#revision ⇒ Object
Returns the value of attribute revision
25 26 27 |
# File 'lib/ramaze/contrib/gettext/mo.rb', line 25 def revision @revision end |
#translated_table_offset ⇒ Object
Returns the value of attribute translated_table_offset
25 26 27 |
# File 'lib/ramaze/contrib/gettext/mo.rb', line 25 def translated_table_offset @translated_table_offset end |