Class: Fontisan::Woff2Font::IOSource

Inherits:
Struct
  • Object
show all
Defined in:
lib/fontisan/woff2_font.rb

Overview

Simple struct for storing file path

Instance Attribute Summary collapse

Instance Attribute Details

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



83
84
85
# File 'lib/fontisan/woff2_font.rb', line 83

def path
  @path
end