Class: Virtuozzo::SOAP::Types::Filer::ModType

Inherits:
Named_listType show all
Defined in:
lib/virtuozzo/soap/types/filer.rb

Overview

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

name - SOAP::SOAPString
value - SOAP::SOAPBase64
op - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ModType.



1244
1245
1246
1247
1248
# File 'lib/virtuozzo/soap/types/filer.rb', line 1244

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

Instance Attribute Details

#nameObject

Returns the value of attribute name.



1240
1241
1242
# File 'lib/virtuozzo/soap/types/filer.rb', line 1240

def name
  @name
end

#opObject

Returns the value of attribute op.



1242
1243
1244
# File 'lib/virtuozzo/soap/types/filer.rb', line 1242

def op
  @op
end

#valueObject

Returns the value of attribute value.



1241
1242
1243
# File 'lib/virtuozzo/soap/types/filer.rb', line 1241

def value
  @value
end