Class: Virtuozzo::SOAP::Types::Scheduler::Root_credentialType

Inherits:
CredentialType
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/scheduler.rb

Overview

http://www.swsoft.com/webservices/vzl/4.0.0/typesroot_credentialType

id - SOAP::SOAPString
policy - SOAP::SOAPInt
description - SOAP::SOAPBase64
cred - Virtuozzo::SOAP::Types::Scheduler::CredentialType
objects - Virtuozzo::SOAP::Types::Scheduler::Root_credentialType::Objects

Defined Under Namespace

Classes: Objects

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of Root_credentialType.



978
979
980
981
982
983
984
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 978

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

Instance Attribute Details

#credObject

Returns the value of attribute cred.



975
976
977
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 975

def cred
  @cred
end

#descriptionObject

Returns the value of attribute description.



974
975
976
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 974

def description
  @description
end

#idObject

Returns the value of attribute id.



972
973
974
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 972

def id
  @id
end

#objectsObject

Returns the value of attribute objects.



976
977
978
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 976

def objects
  @objects
end

#policyObject

Returns the value of attribute policy.



973
974
975
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 973

def policy
  @policy
end