Class: Fontisan::Woff2Font::IOSource
- Inherits:
-
Struct
- Object
- Struct
- Fontisan::Woff2Font::IOSource
- Defined in:
- lib/fontisan/woff2_font.rb
Overview
Simple struct for storing file path
Instance Attribute Summary collapse
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#path ⇒ Object
Returns the value of attribute path
83 84 85 |
# File 'lib/fontisan/woff2_font.rb', line 83 def path @path end |