Class: Ucode::Glyphs::RealFonts::FontLocator::LocateResult

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

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



24
25
26
# File 'lib/ucode/glyphs/real_fonts/font_locator.rb', line 24

def name
  @name
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



24
25
26
# File 'lib/ucode/glyphs/real_fonts/font_locator.rb', line 24

def path
  @path
end

#viaObject

Returns the value of attribute via

Returns:

  • (Object)

    the current value of via



24
25
26
# File 'lib/ucode/glyphs/real_fonts/font_locator.rb', line 24

def via
  @via
end