Class: Virtuozzo::SOAP::Types::Devm::Log_optionsType_

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(type = nil) ⇒ Log_optionsType_

Returns a new instance of Log_optionsType_.



2442
2443
2444
# File 'lib/virtuozzo/soap/types/devm.rb', line 2442

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

Instance Attribute Details

#typeObject

Returns the value of attribute type.



2440
2441
2442
# File 'lib/virtuozzo/soap/types/devm.rb', line 2440

def type
  @type
end