Method: RDI::Model::DependencyUserChoice#setLocate
- Defined in:
- lib/rdi/Model/DependencyUserChoice.rb
#setLocate ⇒ Object
Set this choice to be “locate it”
152 153 154 155 156 157 |
# File 'lib/rdi/Model/DependencyUserChoice.rb', line 152 def setLocate @Ignore = false @Locate = true @IdxInstaller = nil @IdxDestination = nil end |