Class: Tipo::Table::Substitution::Header
- Inherits:
-
Struct
- Object
- Struct
- Tipo::Table::Substitution::Header
- Defined in:
- lib/tipo/table/substitution.rb
Overview
full template ‘n5’
Instance Attribute Summary collapse
-
#feature_offset ⇒ Object
Returns the value of attribute feature_offset.
-
#lookup_offset ⇒ Object
Returns the value of attribute lookup_offset.
-
#script_offset ⇒ Object
Returns the value of attribute script_offset.
-
#version_left ⇒ Object
Returns the value of attribute version_left.
-
#version_right ⇒ Object
Returns the value of attribute version_right.
Instance Method Summary collapse
Instance Attribute Details
#feature_offset ⇒ Object
Returns the value of attribute feature_offset
5 6 7 |
# File 'lib/tipo/table/substitution.rb', line 5 def feature_offset @feature_offset end |
#lookup_offset ⇒ Object
Returns the value of attribute lookup_offset
5 6 7 |
# File 'lib/tipo/table/substitution.rb', line 5 def lookup_offset @lookup_offset end |
#script_offset ⇒ Object
Returns the value of attribute script_offset
5 6 7 |
# File 'lib/tipo/table/substitution.rb', line 5 def script_offset @script_offset end |
#version_left ⇒ Object
Returns the value of attribute version_left
5 6 7 |
# File 'lib/tipo/table/substitution.rb', line 5 def version_left @version_left end |
#version_right ⇒ Object
Returns the value of attribute version_right
5 6 7 |
# File 'lib/tipo/table/substitution.rb', line 5 def version_right @version_right end |
Instance Method Details
#version ⇒ Object
8 9 10 |
# File 'lib/tipo/table/substitution.rb', line 8 def version "#{version_left}.#{version_right}" end |