Class: Virtuozzo::SOAP::Types::Authm::CredentialType

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

Overview

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

id - SOAP::SOAPString
policy - SOAP::SOAPInt
description - SOAP::SOAPBase64
cred - Virtuozzo::SOAP::Types::Authm::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.



838
839
840
841
842
843
# File 'lib/virtuozzo/soap/types/authm.rb', line 838

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.



836
837
838
# File 'lib/virtuozzo/soap/types/authm.rb', line 836

def cred
  @cred
end

#descriptionObject

Returns the value of attribute description.



835
836
837
# File 'lib/virtuozzo/soap/types/authm.rb', line 835

def description
  @description
end

#idObject

Returns the value of attribute id.



833
834
835
# File 'lib/virtuozzo/soap/types/authm.rb', line 833

def id
  @id
end

#policyObject

Returns the value of attribute policy.



834
835
836
# File 'lib/virtuozzo/soap/types/authm.rb', line 834

def policy
  @policy
end