Class: Virtuozzo::SOAP::Types::Devm::Operator_functionalType

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

Overview

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

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

Direct Known Subclasses

DevmType, Operator_periodicType

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.



181
182
183
184
185
# File 'lib/virtuozzo/soap/types/devm.rb', line 181

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

Instance Attribute Details

#configurationObject

Returns the value of attribute configuration.



177
178
179
# File 'lib/virtuozzo/soap/types/devm.rb', line 177

def configuration
  @configuration
end

#errorObject

Returns the value of attribute error.



179
180
181
# File 'lib/virtuozzo/soap/types/devm.rb', line 179

def error
  @error
end

#okObject

Returns the value of attribute ok.



178
179
180
# File 'lib/virtuozzo/soap/types/devm.rb', line 178

def ok
  @ok
end