Class: Ucode::Commands::Audit::FontCommand::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/ucode/commands/audit/font_command.rb

Instance Attribute Summary collapse

Instance Attribute Details

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



32
33
34
# File 'lib/ucode/commands/audit/font_command.rb', line 32

def error
  @error
end

#facesObject

Returns the value of attribute faces

Returns:

  • (Object)

    the current value of faces



32
33
34
# File 'lib/ucode/commands/audit/font_command.rb', line 32

def faces
  @faces
end

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



32
33
34
# File 'lib/ucode/commands/audit/font_command.rb', line 32

def label
  @label
end

#output_dirObject

Returns the value of attribute output_dir

Returns:

  • (Object)

    the current value of output_dir



32
33
34
# File 'lib/ucode/commands/audit/font_command.rb', line 32

def output_dir
  @output_dir
end

#specObject

Returns the value of attribute spec

Returns:

  • (Object)

    the current value of spec



32
33
34
# File 'lib/ucode/commands/audit/font_command.rb', line 32

def spec
  @spec
end