Class: Virtuozzo::SOAP::Types::Relocator::CredentialType

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

Overview

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

id - SOAP::SOAPString
policy - SOAP::SOAPInt
description - SOAP::SOAPBase64
cred - Virtuozzo::SOAP::Drivers::Relocator::CredentialType

Direct Known Subclasses

Root_credentialType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of CredentialType.



1484
1485
1486
1487
1488
1489
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1484

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

Instance Attribute Details

#credObject

Returns the value of attribute cred.



1482
1483
1484
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1482

def cred
  @cred
end

#descriptionObject

Returns the value of attribute description.



1481
1482
1483
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1481

def description
  @description
end

#idObject

Returns the value of attribute id.



1479
1480
1481
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1479

def id
  @id
end

#policyObject

Returns the value of attribute policy.



1480
1481
1482
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1480

def policy
  @policy
end