Class: Virtuozzo::SOAP::Types::Servicem::Operator_functionalType

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

Overview

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

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

Direct Known Subclasses

Operator_periodicType, ServicemType

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.



1763
1764
1765
1766
1767
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1763

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

Instance Attribute Details

#configurationObject

Returns the value of attribute configuration.



1759
1760
1761
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1759

def configuration
  @configuration
end

#errorObject

Returns the value of attribute error.



1761
1762
1763
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1761

def error
  @error
end

#okObject

Returns the value of attribute ok.



1760
1761
1762
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1760

def ok
  @ok
end