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



1790
1791
1792
1793
1794
1795
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 1790

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.



1788
1789
1790
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 1788

def descending
  @descending
end

#keyObject

Returns the value of attribute key.



1786
1787
1788
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 1786

def key
  @key
end

#limitObject

Returns the value of attribute limit.



1787
1788
1789
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 1787

def limit
  @limit
end

#periodObject

Returns the value of attribute period.



1785
1786
1787
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 1785

def period
  @period
end