Class: Tipo::Table::Substitution::Header

Inherits:
Struct
  • Object
show all
Defined in:
lib/tipo/table/substitution.rb

Overview

full template ‘n5’

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#feature_offsetObject

Returns the value of attribute feature_offset

Returns:

  • (Object)

    the current value of feature_offset



5
6
7
# File 'lib/tipo/table/substitution.rb', line 5

def feature_offset
  @feature_offset
end

#lookup_offsetObject

Returns the value of attribute lookup_offset

Returns:

  • (Object)

    the current value of lookup_offset



5
6
7
# File 'lib/tipo/table/substitution.rb', line 5

def lookup_offset
  @lookup_offset
end

#script_offsetObject

Returns the value of attribute script_offset

Returns:

  • (Object)

    the current value of script_offset



5
6
7
# File 'lib/tipo/table/substitution.rb', line 5

def script_offset
  @script_offset
end

#version_leftObject

Returns the value of attribute version_left

Returns:

  • (Object)

    the current value of version_left



5
6
7
# File 'lib/tipo/table/substitution.rb', line 5

def version_left
  @version_left
end

#version_rightObject

Returns the value of attribute version_right

Returns:

  • (Object)

    the current value of version_right



5
6
7
# File 'lib/tipo/table/substitution.rb', line 5

def version_right
  @version_right
end

Instance Method Details

#versionObject



8
9
10
# File 'lib/tipo/table/substitution.rb', line 8

def version
  "#{version_left}.#{version_right}"
end