Class: Virtuozzo::SOAP::Types::Resourcem::Operator_functionalType

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

Overview

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

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

Direct Known Subclasses

Operator_periodicType, ResourcemType

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.



1749
1750
1751
1752
1753
# File 'lib/virtuozzo/soap/types/resourcem.rb', line 1749

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

Instance Attribute Details

#configurationObject

Returns the value of attribute configuration.



1745
1746
1747
# File 'lib/virtuozzo/soap/types/resourcem.rb', line 1745

def configuration
  @configuration
end

#errorObject

Returns the value of attribute error.



1747
1748
1749
# File 'lib/virtuozzo/soap/types/resourcem.rb', line 1747

def error
  @error
end

#okObject

Returns the value of attribute ok.



1746
1747
1748
# File 'lib/virtuozzo/soap/types/resourcem.rb', line 1746

def ok
  @ok
end