Class: Virtuozzo::SOAP::Types::Relocator::Log_optionsType_

Inherits:
Log_options_baseType show all
Defined in:
lib/virtuozzo/soap/types/relocator.rb

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(type = nil) ⇒ Log_optionsType_

Returns a new instance of Log_optionsType_.



2409
2410
2411
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2409

def initialize(type = nil)
  @type = type
end

Instance Attribute Details

#typeObject

Returns the value of attribute type.



2407
2408
2409
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2407

def type
  @type
end