Class: Virtuozzo::SOAP::Types::Authm::Root_credentialType

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



865
866
867
868
869
870
871
# File 'lib/virtuozzo/soap/types/authm.rb', line 865

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.



862
863
864
# File 'lib/virtuozzo/soap/types/authm.rb', line 862

def cred
  @cred
end

#descriptionObject

Returns the value of attribute description.



861
862
863
# File 'lib/virtuozzo/soap/types/authm.rb', line 861

def description
  @description
end

#idObject

Returns the value of attribute id.



859
860
861
# File 'lib/virtuozzo/soap/types/authm.rb', line 859

def id
  @id
end

#objectsObject

Returns the value of attribute objects.



863
864
865
# File 'lib/virtuozzo/soap/types/authm.rb', line 863

def objects
  @objects
end

#policyObject

Returns the value of attribute policy.



860
861
862
# File 'lib/virtuozzo/soap/types/authm.rb', line 860

def policy
  @policy
end