Method: RDI::Model::DependencyUserChoice#setIgnore
- Defined in:
- lib/rdi/Model/DependencyUserChoice.rb
#setIgnore ⇒ Object
Set this choice to be “ignore it”
160 161 162 163 164 165 |
# File 'lib/rdi/Model/DependencyUserChoice.rb', line 160 def setIgnore @Ignore = true @Locate = false @IdxInstaller = nil @IdxDestination = nil end |