Class: Virtuozzo::SOAP::Types::OpLog::Op_logType

Inherits:
Operator_functionalType show all
Defined in:
lib/virtuozzo/soap/types/op_log.rb

Overview

Defined Under Namespace

Classes: Error, Ok

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#configurationObject

Returns the value of attribute configuration.



1729
1730
1731
# File 'lib/virtuozzo/soap/types/op_log.rb', line 1729

def configuration
  @configuration
end

#errorObject

Returns the value of attribute error.



1731
1732
1733
# File 'lib/virtuozzo/soap/types/op_log.rb', line 1731

def error
  @error
end

#get_opsObject

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

#okObject

Returns the value of attribute ok.



1730
1731
1732
# File 'lib/virtuozzo/soap/types/op_log.rb', line 1730

def ok
  @ok
end

#progressObject

Returns the value of attribute progress.



1734
1735
1736
# File 'lib/virtuozzo/soap/types/op_log.rb', line 1734

def progress
  @progress
end

#put_opsObject

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