Class: Virtuozzo::SOAP::Types::Relocator::Root_credentialType

Inherits:
CredentialType
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/relocator.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::Drivers::Relocator::CredentialType
objects - Virtuozzo::SOAP::Drivers::Relocator::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.



1511
1512
1513
1514
1515
1516
1517
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1511

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.



1508
1509
1510
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1508

def cred
  @cred
end

#descriptionObject

Returns the value of attribute description.



1507
1508
1509
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1507

def description
  @description
end

#idObject

Returns the value of attribute id.



1505
1506
1507
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1505

def id
  @id
end

#objectsObject

Returns the value of attribute objects.



1509
1510
1511
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1509

def objects
  @objects
end

#policyObject

Returns the value of attribute policy.



1506
1507
1508
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1506

def policy
  @policy
end