Class: Virtuozzo::SOAP::Types::ResLog::Operator_functionalType

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

Overview

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

configuration - Virtuozzo::SOAP::Types::ResLog::ConfigurationType
ok - Virtuozzo::SOAP::Types::ResLog::Operator_functionalType::Ok
error - Virtuozzo::SOAP::Types::ResLog::Operator_functionalType::Error

Direct Known Subclasses

Operator_periodicType, Res_logType

Defined Under Namespace

Classes: Error, Ok

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(configuration = nil, ok = [], error = []) ⇒ Operator_functionalType

Returns a new instance of Operator_functionalType.



1740
1741
1742
1743
1744
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1740

def initialize(configuration = nil, ok = [], error = [])
  @configuration = configuration
  @ok = ok
  @error = error
end

Instance Attribute Details

#configurationObject

Returns the value of attribute configuration.



1736
1737
1738
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1736

def configuration
  @configuration
end

#errorObject

Returns the value of attribute error.



1738
1739
1740
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1738

def error
  @error
end

#okObject

Returns the value of attribute ok.



1737
1738
1739
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1737

def ok
  @ok
end