Class: Virtuozzo::SOAP::Types::Up2date::Ps_infoType::C_Process

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

Overview

inner class for member: process http://www.swsoft.com/webservices/vzl/4.0.0/typesprocess

pid - SOAP::SOAPInt
param - SOAP::SOAPBase64

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(pid = nil, param = []) ⇒ C_Process

Returns a new instance of C_Process.



1450
1451
1452
1453
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1450

def initialize(pid = nil, param = [])
  @pid = pid
  @param = param
end

Instance Attribute Details

#paramObject

Returns the value of attribute param.



1448
1449
1450
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1448

def param
  @param
end

#pidObject

Returns the value of attribute pid.



1447
1448
1449
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1447

def pid
  @pid
end