Class: Fontist::Import::ManualFormulaBuilder
- Inherits:
-
FormulaBuilder
- Object
- FormulaBuilder
- Fontist::Import::ManualFormulaBuilder
- Defined in:
- lib/fontist/import/manual_formula_builder.rb
Constant Summary
Constants inherited from FormulaBuilder
FormulaBuilder::FORMULA_ATTRIBUTES
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#instructions ⇒ Object
Returns the value of attribute instructions.
-
#platforms ⇒ Object
Returns the value of attribute platforms.
Attributes inherited from FormulaBuilder
#font_collection_files, #font_files, #license_text, #operations, #options
Method Summary
Methods inherited from FormulaBuilder
Constructor Details
This class inherits a constructor from Fontist::Import::FormulaBuilder
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description.
6 7 8 |
# File 'lib/fontist/import/manual_formula_builder.rb', line 6 def description @description end |
#instructions ⇒ Object
Returns the value of attribute instructions.
6 7 8 |
# File 'lib/fontist/import/manual_formula_builder.rb', line 6 def instructions @instructions end |
#platforms ⇒ Object
Returns the value of attribute platforms.
6 7 8 |
# File 'lib/fontist/import/manual_formula_builder.rb', line 6 def platforms @platforms end |