Method: IControl::LocalLB::ProfileAuth#set_credential_source
- Defined in:
- lib/icontrol/local_lb/profile_auth.rb
#set_credential_source(opts) ⇒ Object
Sets the sources of the credentials that this profile will be using.
220 221 222 223 |
# File 'lib/icontrol/local_lb/profile_auth.rb', line 220 def set_credential_source(opts) opts = check_params(opts,[:sources]) super(opts) end |