Class: Virtuozzo::SOAP::Types::ResLog::Res_logType

Inherits:
Operator_functionalType show all
Defined in:
lib/virtuozzo/soap/types/res_log.rb

Overview

Defined Under Namespace

Classes: Error, Ok

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#configurationObject

Returns the value of attribute configuration.



1781
1782
1783
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1781

def configuration
  @configuration
end

#dataObject

Returns the value of attribute data.



1788
1789
1790
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1788

def data
  @data
end

#errorObject

Returns the value of attribute error.



1783
1784
1785
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1783

def error
  @error
end

#get_logObject

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_infoObject

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_topObject

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_infoObject

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

#okObject

Returns the value of attribute ok.



1782
1783
1784
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1782

def ok
  @ok
end

#set_logObject

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

#topObject

Returns the value of attribute top.



1790
1791
1792
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1790

def top
  @top
end