Class: Virtuozzo::SOAP::Types::ProcInfo::Vzaproc_info::Start_monitor

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

Overview

inner class for member: start_monitor http://www.swsoft.com/webservices/vzl/4.0.0/proc_infostart_monitor

period - SOAP::SOAPInt
key - SOAP::SOAPString
limit - SOAP::SOAPInt
descending - (any)

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(period = nil, key = nil, limit = nil, descending = nil) ⇒ Start_monitor

Returns a new instance of Start_monitor.



2087
2088
2089
2090
2091
2092
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 2087

def initialize(period = nil, key = nil, limit = nil, descending = nil)
  @period = period
  @key = key
  @limit = limit
  @descending = descending
end

Instance Attribute Details

#descendingObject

Returns the value of attribute descending.



2085
2086
2087
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 2085

def descending
  @descending
end

#keyObject

Returns the value of attribute key.



2083
2084
2085
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 2083

def key
  @key
end

#limitObject

Returns the value of attribute limit.



2084
2085
2086
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 2084

def limit
  @limit
end

#periodObject

Returns the value of attribute period.



2082
2083
2084
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 2082

def period
  @period
end