Class: Virtuozzo::SOAP::Types::ProcInfo::Proc_infoType
- Inherits:
-
Operator_functionalType
- Object
- OperatorType
- Operator_functionalType
- Virtuozzo::SOAP::Types::ProcInfo::Proc_infoType
- Defined in:
- lib/virtuozzo/soap/types/proc_info.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/proc_infoproc_infoType
configuration - Virtuozzo::SOAP::Types::ProcInfo::ConfigurationType
ok - Virtuozzo::SOAP::Types::ProcInfo::Proc_infoType::Ok
error - Virtuozzo::SOAP::Types::ProcInfo::Proc_infoType::Error
start_monitor - Virtuozzo::SOAP::Types::ProcInfo::Proc_infoType::Start_monitor
stop_monitor - Virtuozzo::SOAP::Types::ProcInfo::Proc_infoType::Stop_monitor
get - Virtuozzo::SOAP::Types::ProcInfo::Get
ps_info - Virtuozzo::SOAP::Types::ProcInfo::Ps_infoType
Direct Known Subclasses
Defined Under Namespace
Classes: Error, Ok, Start_monitor, Stop_monitor
Instance Attribute Summary collapse
-
#configuration ⇒ Object
Returns the value of attribute configuration.
-
#error ⇒ Object
Returns the value of attribute error.
-
#get ⇒ Object
Returns the value of attribute get.
-
#ok ⇒ Object
Returns the value of attribute ok.
-
#ps_info ⇒ Object
Returns the value of attribute ps_info.
-
#start_monitor ⇒ Object
Returns the value of attribute start_monitor.
-
#stop_monitor ⇒ Object
Returns the value of attribute stop_monitor.
Instance Method Summary collapse
-
#initialize(configuration = nil, ok = [], error = [], start_monitor = [], stop_monitor = [], get = [], ps_info = []) ⇒ Proc_infoType
constructor
A new instance of Proc_infoType.
Constructor Details
#initialize(configuration = nil, ok = [], error = [], start_monitor = [], stop_monitor = [], get = [], ps_info = []) ⇒ Proc_infoType
Returns a new instance of Proc_infoType.
1813 1814 1815 1816 1817 1818 1819 1820 1821 |
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 1813 def initialize(configuration = nil, ok = [], error = [], start_monitor = [], stop_monitor = [], get = [], ps_info = []) @configuration = configuration @ok = ok @error = error @start_monitor = start_monitor @stop_monitor = stop_monitor @get = get @ps_info = ps_info end |
Instance Attribute Details
#configuration ⇒ Object
Returns the value of attribute configuration.
1805 1806 1807 |
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 1805 def configuration @configuration end |
#error ⇒ Object
Returns the value of attribute error.
1807 1808 1809 |
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 1807 def error @error end |
#get ⇒ Object
Returns the value of attribute get.
1810 1811 1812 |
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 1810 def get @get end |
#ok ⇒ Object
Returns the value of attribute ok.
1806 1807 1808 |
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 1806 def ok @ok end |
#ps_info ⇒ Object
Returns the value of attribute ps_info.
1811 1812 1813 |
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 1811 def ps_info @ps_info end |
#start_monitor ⇒ Object
Returns the value of attribute start_monitor.
1808 1809 1810 |
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 1808 def start_monitor @start_monitor end |
#stop_monitor ⇒ Object
Returns the value of attribute stop_monitor.
1809 1810 1811 |
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 1809 def stop_monitor @stop_monitor end |