Class: Ucode::Glyphs::MonolithPageMap::MapEntry
- Inherits:
-
Struct
- Object
- Struct
- Ucode::Glyphs::MonolithPageMap::MapEntry
- Defined in:
- lib/ucode/glyphs/monolith_page_map.rb
Instance Attribute Summary collapse
-
#end_page ⇒ Object
Returns the value of attribute end_page.
-
#first_cp ⇒ Object
Returns the value of attribute first_cp.
-
#start_page ⇒ Object
Returns the value of attribute start_page.
Instance Attribute Details
#end_page ⇒ Object
Returns the value of attribute end_page
44 45 46 |
# File 'lib/ucode/glyphs/monolith_page_map.rb', line 44 def end_page @end_page end |
#first_cp ⇒ Object
Returns the value of attribute first_cp
44 45 46 |
# File 'lib/ucode/glyphs/monolith_page_map.rb', line 44 def first_cp @first_cp end |
#start_page ⇒ Object
Returns the value of attribute start_page
44 45 46 |
# File 'lib/ucode/glyphs/monolith_page_map.rb', line 44 def start_page @start_page end |