Class: Virtuozzo::SOAP::Types::ResLog::Res_logType
- Inherits:
-
Operator_functionalType
- Object
- OperatorType
- Operator_functionalType
- Virtuozzo::SOAP::Types::ResLog::Res_logType
- Defined in:
- lib/virtuozzo/soap/types/res_log.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/res_logres_logType
configuration - Virtuozzo::SOAP::Types::ResLog::ConfigurationType
ok - Virtuozzo::SOAP::Types::ResLog::Res_logType::Ok
error - Virtuozzo::SOAP::Types::ResLog::Res_logType::Error
get_log - Virtuozzo::SOAP::Types::ResLog::Get_log
set_log - Virtuozzo::SOAP::Types::ResLog::LogType
get_log_info - Virtuozzo::SOAP::Types::ResLog::Get_log_info
get_top - Virtuozzo::SOAP::Types::ResLog::Get_top
data - Virtuozzo::SOAP::Types::ResLog::Perf_dataType
log_info - Virtuozzo::SOAP::Types::ResLog::LogType
top - Virtuozzo::SOAP::Types::ResLog::Top
Defined Under Namespace
Instance Attribute Summary collapse
-
#configuration ⇒ Object
Returns the value of attribute configuration.
-
#data ⇒ Object
Returns the value of attribute data.
-
#error ⇒ Object
Returns the value of attribute error.
-
#get_log ⇒ Object
Returns the value of attribute get_log.
-
#get_log_info ⇒ Object
Returns the value of attribute get_log_info.
-
#get_top ⇒ Object
Returns the value of attribute get_top.
-
#log_info ⇒ Object
Returns the value of attribute log_info.
-
#ok ⇒ Object
Returns the value of attribute ok.
-
#set_log ⇒ Object
Returns the value of attribute set_log.
-
#top ⇒ Object
Returns the value of attribute top.
Instance Method Summary collapse
-
#initialize(configuration = nil, ok = [], error = [], get_log = [], set_log = [], get_log_info = [], get_top = [], data = [], log_info = [], top = []) ⇒ Res_logType
constructor
A new instance of Res_logType.
Constructor Details
#initialize(configuration = nil, ok = [], error = [], get_log = [], set_log = [], get_log_info = [], get_top = [], data = [], log_info = [], top = []) ⇒ Res_logType
Returns a new instance of Res_logType.
1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1792 def initialize(configuration = nil, ok = [], error = [], get_log = [], set_log = [], get_log_info = [], get_top = [], data = [], log_info = [], top = []) @configuration = configuration @ok = ok @error = error @get_log = get_log @set_log = set_log @get_log_info = get_log_info @get_top = get_top @data = data @log_info = log_info @top = top end |
Instance Attribute Details
#configuration ⇒ Object
Returns the value of attribute configuration.
1781 1782 1783 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1781 def configuration @configuration end |
#data ⇒ Object
Returns the value of attribute data.
1788 1789 1790 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1788 def data @data end |
#error ⇒ Object
Returns the value of attribute error.
1783 1784 1785 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1783 def error @error end |
#get_log ⇒ Object
Returns the value of attribute get_log.
1784 1785 1786 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1784 def get_log @get_log end |
#get_log_info ⇒ Object
Returns the value of attribute get_log_info.
1786 1787 1788 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1786 def get_log_info @get_log_info end |
#get_top ⇒ Object
Returns the value of attribute get_top.
1787 1788 1789 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1787 def get_top @get_top end |
#log_info ⇒ Object
Returns the value of attribute log_info.
1789 1790 1791 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1789 def log_info @log_info end |
#ok ⇒ Object
Returns the value of attribute ok.
1782 1783 1784 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1782 def ok @ok end |
#set_log ⇒ Object
Returns the value of attribute set_log.
1785 1786 1787 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1785 def set_log @set_log end |
#top ⇒ Object
Returns the value of attribute top.
1790 1791 1792 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1790 def top @top end |