Class: Virtuozzo::SOAP::Types::Envm::Get_logResponse

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

Overview

http://www.swsoft.com/webservices/vzl/4.0.0/envmget_logResponse

log - SOAP::SOAPBase64

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(log = nil) ⇒ Get_logResponse

Returns a new instance of Get_logResponse.



3737
3738
3739
# File 'lib/virtuozzo/soap/types/envm.rb', line 3737

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

Instance Attribute Details

#logObject

Returns the value of attribute log.



3735
3736
3737
# File 'lib/virtuozzo/soap/types/envm.rb', line 3735

def log
  @log
end