Class: Ucode::Commands::Audit::LibraryCommand::Result

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

Instance Attribute Summary collapse

Instance Attribute Details

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



22
23
24
# File 'lib/ucode/commands/audit/library_command.rb', line 22

def error
  @error
end

#output_dirObject

Returns the value of attribute output_dir

Returns:

  • (Object)

    the current value of output_dir



22
23
24
# File 'lib/ucode/commands/audit/library_command.rb', line 22

def output_dir
  @output_dir
end

#rootObject

Returns the value of attribute root

Returns:

  • (Object)

    the current value of root



22
23
24
# File 'lib/ucode/commands/audit/library_command.rb', line 22

def root
  @root
end

#skippedObject

Returns the value of attribute skipped

Returns:

  • (Object)

    the current value of skipped



22
23
24
# File 'lib/ucode/commands/audit/library_command.rb', line 22

def skipped
  @skipped
end

#total_facesObject

Returns the value of attribute total_faces

Returns:

  • (Object)

    the current value of total_faces



22
23
24
# File 'lib/ucode/commands/audit/library_command.rb', line 22

def total_faces
  @total_faces
end

#total_filesObject

Returns the value of attribute total_files

Returns:

  • (Object)

    the current value of total_files



22
23
24
# File 'lib/ucode/commands/audit/library_command.rb', line 22

def total_files
  @total_files
end