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
#error_collector, #font_collection_files, #font_files, #font_version, #import_source, #license_text, #operations, #options
Method Summary
Methods inherited from FormulaBuilder
#formula, #initialize, #save, #schema_version, #set_google_import_source, #set_macos_import_source, #set_sil_import_source
Constructor Details
This class inherits a constructor from Fontist::Import::FormulaBuilder
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description.
4 5 6 |
# File 'lib/fontist/import/manual_formula_builder.rb', line 4 def description @description end |
#instructions ⇒ Object
Returns the value of attribute instructions.
4 5 6 |
# File 'lib/fontist/import/manual_formula_builder.rb', line 4 def instructions @instructions end |
#platforms ⇒ Object
Returns the value of attribute platforms.
4 5 6 |
# File 'lib/fontist/import/manual_formula_builder.rb', line 4 def platforms @platforms end |