Class: Ucode::Glyphs::MonolithPageMap::MapEntry

Inherits:
Struct
  • Object
show all
Defined in:
lib/ucode/glyphs/monolith_page_map.rb

Instance Attribute Summary collapse

Instance Attribute Details

#end_pageObject

Returns the value of attribute end_page

Returns:

  • (Object)

    the current value of end_page



44
45
46
# File 'lib/ucode/glyphs/monolith_page_map.rb', line 44

def end_page
  @end_page
end

#first_cpObject

Returns the value of attribute first_cp

Returns:

  • (Object)

    the current value of first_cp



44
45
46
# File 'lib/ucode/glyphs/monolith_page_map.rb', line 44

def first_cp
  @first_cp
end

#start_pageObject

Returns the value of attribute start_page

Returns:

  • (Object)

    the current value of start_page



44
45
46
# File 'lib/ucode/glyphs/monolith_page_map.rb', line 44

def start_page
  @start_page
end