Class: Ucode::Commands::Audit::LibraryCommand::Result
- Inherits:
-
Struct
- Object
- Struct
- Ucode::Commands::Audit::LibraryCommand::Result
- Defined in:
- lib/ucode/commands/audit/library_command.rb
Instance Attribute Summary collapse
-
#error ⇒ Object
Returns the value of attribute error.
-
#output_dir ⇒ Object
Returns the value of attribute output_dir.
-
#root ⇒ Object
Returns the value of attribute root.
-
#skipped ⇒ Object
Returns the value of attribute skipped.
-
#total_faces ⇒ Object
Returns the value of attribute total_faces.
-
#total_files ⇒ Object
Returns the value of attribute total_files.
Instance Attribute Details
#error ⇒ Object
Returns the value of attribute error
22 23 24 |
# File 'lib/ucode/commands/audit/library_command.rb', line 22 def error @error end |
#output_dir ⇒ Object
Returns the value of attribute output_dir
22 23 24 |
# File 'lib/ucode/commands/audit/library_command.rb', line 22 def output_dir @output_dir end |
#root ⇒ Object
Returns the value of attribute root
22 23 24 |
# File 'lib/ucode/commands/audit/library_command.rb', line 22 def root @root end |
#skipped ⇒ Object
Returns the value of attribute skipped
22 23 24 |
# File 'lib/ucode/commands/audit/library_command.rb', line 22 def skipped @skipped end |
#total_faces ⇒ Object
Returns the value of attribute total_faces
22 23 24 |
# File 'lib/ucode/commands/audit/library_command.rb', line 22 def total_faces @total_faces end |
#total_files ⇒ Object
Returns the value of attribute total_files
22 23 24 |
# File 'lib/ucode/commands/audit/library_command.rb', line 22 def total_files @total_files end |