Class: Virtuozzo::SOAP::Types::ProcInfo::Vzaproc_infoType::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.



1867
1868
1869
1870
1871
1872
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 1867

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.



1865
1866
1867
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 1865

def descending
  @descending
end

#keyObject

Returns the value of attribute key.



1863
1864
1865
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 1863

def key
  @key
end

#limitObject

Returns the value of attribute limit.



1864
1865
1866
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 1864

def limit
  @limit
end

#periodObject

Returns the value of attribute period.



1862
1863
1864
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 1862

def period
  @period
end