Class: Ucode::Glyphs::RealFonts::FontLocator::LocateResult
- Inherits:
-
Struct
- Object
- Struct
- Ucode::Glyphs::RealFonts::FontLocator::LocateResult
- Defined in:
- lib/ucode/glyphs/real_fonts/font_locator.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#path ⇒ Object
Returns the value of attribute path.
-
#via ⇒ Object
Returns the value of attribute via.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
24 25 26 |
# File 'lib/ucode/glyphs/real_fonts/font_locator.rb', line 24 def name @name end |
#path ⇒ Object
Returns the value of attribute path
24 25 26 |
# File 'lib/ucode/glyphs/real_fonts/font_locator.rb', line 24 def path @path end |
#via ⇒ Object
Returns the value of attribute via
24 25 26 |
# File 'lib/ucode/glyphs/real_fonts/font_locator.rb', line 24 def via @via end |