Class: Virtuozzo::SOAP::Types::ProcInfo::Named_listType

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/proc_info.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.



1119
1120
1121
1122
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 1119

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

Instance Attribute Details

#nameObject

Returns the value of attribute name.



1116
1117
1118
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 1116

def name
  @name
end

#valueObject

Returns the value of attribute value.



1117
1118
1119
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 1117

def value
  @value
end