Class: Virtuozzo::SOAP::Types::Envm::Get_log

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

Overview

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

start_time - (any)
end_time - (any)
records - SOAP::SOAPInt
options - Virtuozzo::SOAP::Types::Envm::Log_optionsType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(start_time = nil, end_time = nil, records = nil, options = nil) ⇒ Get_log

Returns a new instance of Get_log.



3618
3619
3620
3621
3622
3623
# File 'lib/virtuozzo/soap/types/envm.rb', line 3618

def initialize(start_time = nil, end_time = nil, records = nil, options = nil)
  @start_time = start_time
  @end_time = end_time
  @records = records
  @options = options
end

Instance Attribute Details

#end_timeObject

Returns the value of attribute end_time.



3614
3615
3616
# File 'lib/virtuozzo/soap/types/envm.rb', line 3614

def end_time
  @end_time
end

#optionsObject

Returns the value of attribute options.



3616
3617
3618
# File 'lib/virtuozzo/soap/types/envm.rb', line 3616

def options
  @options
end

#recordsObject

Returns the value of attribute records.



3615
3616
3617
# File 'lib/virtuozzo/soap/types/envm.rb', line 3615

def records
  @records
end

#start_timeObject

Returns the value of attribute start_time.



3613
3614
3615
# File 'lib/virtuozzo/soap/types/envm.rb', line 3613

def start_time
  @start_time
end