Class: SFCcustom::Font
- Inherits:
-
Object
- Object
- SFCcustom::Font
- Defined in:
- lib/sfc-custom.rb
Instance Attribute Summary collapse
-
#family ⇒ Object
Returns the value of attribute family.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#family ⇒ Object
Returns the value of attribute family.
100 101 102 |
# File 'lib/sfc-custom.rb', line 100 def family @family end |
#name ⇒ Object
Returns the value of attribute name.
100 101 102 |
# File 'lib/sfc-custom.rb', line 100 def name @name end |