Class: Ucode::Commands::Audit::LibraryCommand::SkippedFile
- Inherits:
-
Struct
- Object
- Struct
- Ucode::Commands::Audit::LibraryCommand::SkippedFile
- Defined in:
- lib/ucode/commands/audit/library_command.rb
Instance Attribute Summary collapse
-
#path ⇒ Object
Returns the value of attribute path.
-
#reason ⇒ Object
Returns the value of attribute reason.
Instance Attribute Details
#path ⇒ Object
Returns the value of attribute path
20 21 22 |
# File 'lib/ucode/commands/audit/library_command.rb', line 20 def path @path end |
#reason ⇒ Object
Returns the value of attribute reason
20 21 22 |
# File 'lib/ucode/commands/audit/library_command.rb', line 20 def reason @reason end |