Class: Virtuozzo::SOAP::Types::Backupm::Operator_functionalType

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

Overview

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

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

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.



1927
1928
1929
1930
1931
# File 'lib/virtuozzo/soap/types/backupm.rb', line 1927

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

Instance Attribute Details

#configurationObject

Returns the value of attribute configuration.



1923
1924
1925
# File 'lib/virtuozzo/soap/types/backupm.rb', line 1923

def configuration
  @configuration
end

#errorObject

Returns the value of attribute error.



1925
1926
1927
# File 'lib/virtuozzo/soap/types/backupm.rb', line 1925

def error
  @error
end

#okObject

Returns the value of attribute ok.



1924
1925
1926
# File 'lib/virtuozzo/soap/types/backupm.rb', line 1924

def ok
  @ok
end