Class: Ucode::Commands::Audit::FontCommand::Result
- Inherits:
-
Struct
- Object
- Struct
- Ucode::Commands::Audit::FontCommand::Result
- Defined in:
- lib/ucode/commands/audit/font_command.rb
Instance Attribute Summary collapse
-
#error ⇒ Object
Returns the value of attribute error.
-
#faces ⇒ Object
Returns the value of attribute faces.
-
#label ⇒ Object
Returns the value of attribute label.
-
#output_dir ⇒ Object
Returns the value of attribute output_dir.
-
#spec ⇒ Object
Returns the value of attribute spec.
Instance Attribute Details
#error ⇒ Object
Returns the value of attribute error
32 33 34 |
# File 'lib/ucode/commands/audit/font_command.rb', line 32 def error @error end |
#faces ⇒ Object
Returns the value of attribute faces
32 33 34 |
# File 'lib/ucode/commands/audit/font_command.rb', line 32 def faces @faces end |
#label ⇒ Object
Returns the value of attribute label
32 33 34 |
# File 'lib/ucode/commands/audit/font_command.rb', line 32 def label @label end |
#output_dir ⇒ Object
Returns the value of attribute output_dir
32 33 34 |
# File 'lib/ucode/commands/audit/font_command.rb', line 32 def output_dir @output_dir end |
#spec ⇒ Object
Returns the value of attribute spec
32 33 34 |
# File 'lib/ucode/commands/audit/font_command.rb', line 32 def spec @spec end |