Method: Virtuozzo::SOAP::Types::Scheduler::CredentialType#initialize
- Defined in:
- lib/virtuozzo/soap/types/scheduler.rb
#initialize(id = nil, policy = nil, description = nil, cred = []) ⇒ CredentialType
Returns a new instance of CredentialType.
951 952 953 954 955 956 |
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 951 def initialize(id = nil, policy = nil, description = nil, cred = []) @id = id @policy = policy @description = description @cred = cred end |