Method: Virtuozzo::SOAP::Types::ProcInfo::Root_credentialType#initialize

Defined in:
lib/virtuozzo/soap/types/proc_info.rb

#initialize(id = nil, policy = nil, description = nil, cred = [], objects = nil) ⇒ Root_credentialType

Returns a new instance of Root_credentialType.



825
826
827
828
829
830
831
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 825

def initialize(id = nil, policy = nil, description = nil, cred = [], objects = nil)
  @id = id
  @policy = policy
  @description = description
  @cred = cred
  @objects = objects
end