Class: Virtuozzo::SOAP::Types::OpLog::Op_logType
- Inherits:
-
Operator_functionalType
- Object
- OperatorType
- Operator_functionalType
- Virtuozzo::SOAP::Types::OpLog::Op_logType
- Defined in:
- lib/virtuozzo/soap/types/op_log.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/op_logop_logType
configuration - Virtuozzo::SOAP::Types::OpLog::ConfigurationType
ok - Virtuozzo::SOAP::Types::OpLog::Op_logType::Ok
error - Virtuozzo::SOAP::Types::OpLog::Op_logType::Error
get_ops - Virtuozzo::SOAP::Types::OpLog::Get_ops
put_ops - Virtuozzo::SOAP::Types::OpLog::Put_ops
progress - Virtuozzo::SOAP::Types::OpLog::Progress_eventType
Defined Under Namespace
Instance Attribute Summary collapse
-
#configuration ⇒ Object
Returns the value of attribute configuration.
-
#error ⇒ Object
Returns the value of attribute error.
-
#get_ops ⇒ Object
Returns the value of attribute get_ops.
-
#ok ⇒ Object
Returns the value of attribute ok.
-
#progress ⇒ Object
Returns the value of attribute progress.
-
#put_ops ⇒ Object
Returns the value of attribute put_ops.
Instance Method Summary collapse
-
#initialize(configuration = nil, ok = [], error = [], get_ops = [], put_ops = [], progress = []) ⇒ Op_logType
constructor
A new instance of Op_logType.
Constructor Details
#initialize(configuration = nil, ok = [], error = [], get_ops = [], put_ops = [], progress = []) ⇒ Op_logType
Returns a new instance of Op_logType.
1736 1737 1738 1739 1740 1741 1742 1743 |
# File 'lib/virtuozzo/soap/types/op_log.rb', line 1736 def initialize(configuration = nil, ok = [], error = [], get_ops = [], put_ops = [], progress = []) @configuration = configuration @ok = ok @error = error @get_ops = get_ops @put_ops = put_ops @progress = progress end |
Instance Attribute Details
#configuration ⇒ Object
Returns the value of attribute configuration.
1729 1730 1731 |
# File 'lib/virtuozzo/soap/types/op_log.rb', line 1729 def configuration @configuration end |
#error ⇒ Object
Returns the value of attribute error.
1731 1732 1733 |
# File 'lib/virtuozzo/soap/types/op_log.rb', line 1731 def error @error end |
#get_ops ⇒ Object
Returns the value of attribute get_ops.
1732 1733 1734 |
# File 'lib/virtuozzo/soap/types/op_log.rb', line 1732 def get_ops @get_ops end |
#ok ⇒ Object
Returns the value of attribute ok.
1730 1731 1732 |
# File 'lib/virtuozzo/soap/types/op_log.rb', line 1730 def ok @ok end |
#progress ⇒ Object
Returns the value of attribute progress.
1734 1735 1736 |
# File 'lib/virtuozzo/soap/types/op_log.rb', line 1734 def progress @progress end |
#put_ops ⇒ Object
Returns the value of attribute put_ops.
1733 1734 1735 |
# File 'lib/virtuozzo/soap/types/op_log.rb', line 1733 def put_ops @put_ops end |