Class: Ucode::Commands::Audit::FontCommand::FaceOutcome
- Inherits:
-
Struct
- Object
- Struct
- Ucode::Commands::Audit::FontCommand::FaceOutcome
- Defined in:
- lib/ucode/commands/audit/font_command.rb
Instance Attribute Summary collapse
-
#label ⇒ Object
Returns the value of attribute label.
-
#output_dir ⇒ Object
Returns the value of attribute output_dir.
-
#postscript_name ⇒ Object
Returns the value of attribute postscript_name.
Instance Attribute Details
#label ⇒ Object
Returns the value of attribute label
29 30 31 |
# File 'lib/ucode/commands/audit/font_command.rb', line 29 def label @label end |
#output_dir ⇒ Object
Returns the value of attribute output_dir
29 30 31 |
# File 'lib/ucode/commands/audit/font_command.rb', line 29 def output_dir @output_dir end |
#postscript_name ⇒ Object
Returns the value of attribute postscript_name
29 30 31 |
# File 'lib/ucode/commands/audit/font_command.rb', line 29 def postscript_name @postscript_name end |