Class: Virtuozzo::SOAP::Types::Backupm::CredentialType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Backupm::CredentialType
- Defined in:
- lib/virtuozzo/soap/types/backupm.rb
Overview
Direct Known Subclasses
Instance Attribute Summary collapse
-
#cred ⇒ Object
Returns the value of attribute cred.
-
#description ⇒ Object
Returns the value of attribute description.
-
#id ⇒ Object
Returns the value of attribute id.
-
#policy ⇒ Object
Returns the value of attribute policy.
Instance Method Summary collapse
-
#initialize(id = nil, policy = nil, description = nil, cred = []) ⇒ CredentialType
constructor
A new instance of CredentialType.
Constructor Details
#initialize(id = nil, policy = nil, description = nil, cred = []) ⇒ CredentialType
Returns a new instance of CredentialType.
1035 1036 1037 1038 1039 1040 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 1035 def initialize(id = nil, policy = nil, description = nil, cred = []) @id = id @policy = policy @description = description @cred = cred end |
Instance Attribute Details
#cred ⇒ Object
Returns the value of attribute cred.
1033 1034 1035 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 1033 def cred @cred end |
#description ⇒ Object
Returns the value of attribute description.
1032 1033 1034 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 1032 def description @description end |
#id ⇒ Object
Returns the value of attribute id.
1030 1031 1032 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 1030 def id @id end |
#policy ⇒ Object
Returns the value of attribute policy.
1031 1032 1033 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 1031 def policy @policy end |