Class: Virtuozzo::SOAP::Types::Authm::Named_listType

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

Overview

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

name - SOAP::SOAPString
value - SOAP::SOAPBase64

Direct Known Subclasses

ModType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, value = []) ⇒ Named_listType

Returns a new instance of Named_listType.



1193
1194
1195
1196
# File 'lib/virtuozzo/soap/types/authm.rb', line 1193

def initialize(name = nil, value = [])
  @name = name
  @value = value
end

Instance Attribute Details

#nameObject

Returns the value of attribute name.



1190
1191
1192
# File 'lib/virtuozzo/soap/types/authm.rb', line 1190

def name
  @name
end

#valueObject

Returns the value of attribute value.



1191
1192
1193
# File 'lib/virtuozzo/soap/types/authm.rb', line 1191

def value
  @value
end