Class: Virtuozzo::SOAP::Types::Authm::Operator_functionalType

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

Overview

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

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

Direct Known Subclasses

AuthmType, 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.



1798
1799
1800
1801
1802
# File 'lib/virtuozzo/soap/types/authm.rb', line 1798

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

Instance Attribute Details

#configurationObject

Returns the value of attribute configuration.



1794
1795
1796
# File 'lib/virtuozzo/soap/types/authm.rb', line 1794

def configuration
  @configuration
end

#errorObject

Returns the value of attribute error.



1796
1797
1798
# File 'lib/virtuozzo/soap/types/authm.rb', line 1796

def error
  @error
end

#okObject

Returns the value of attribute ok.



1795
1796
1797
# File 'lib/virtuozzo/soap/types/authm.rb', line 1795

def ok
  @ok
end