Class: Virtuozzo::SOAP::Types::Envm::Log_optionsType_

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(type = nil) ⇒ Log_optionsType_

Returns a new instance of Log_optionsType_.



2004
2005
2006
# File 'lib/virtuozzo/soap/types/envm.rb', line 2004

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

Instance Attribute Details

#typeObject

Returns the value of attribute type.



2002
2003
2004
# File 'lib/virtuozzo/soap/types/envm.rb', line 2002

def type
  @type
end