Class: Virtuozzo::SOAP::Types::Alertm::Set_periodType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Alertm::Set_periodType
- Defined in:
- lib/virtuozzo/soap/types/alertm.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/protocolset_periodType
collect - SOAP::SOAPInt
log - SOAP::SOAPInt
report - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#collect ⇒ Object
Returns the value of attribute collect.
-
#log ⇒ Object
Returns the value of attribute log.
-
#report ⇒ Object
Returns the value of attribute report.
Instance Method Summary collapse
-
#initialize(collect = nil, log = nil, report = nil) ⇒ Set_periodType
constructor
A new instance of Set_periodType.
Constructor Details
#initialize(collect = nil, log = nil, report = nil) ⇒ Set_periodType
Returns a new instance of Set_periodType.
1870 1871 1872 1873 1874 |
# File 'lib/virtuozzo/soap/types/alertm.rb', line 1870 def initialize(collect = nil, log = nil, report = nil) @collect = collect @log = log @report = report end |
Instance Attribute Details
#collect ⇒ Object
Returns the value of attribute collect.
1866 1867 1868 |
# File 'lib/virtuozzo/soap/types/alertm.rb', line 1866 def collect @collect end |
#log ⇒ Object
Returns the value of attribute log.
1867 1868 1869 |
# File 'lib/virtuozzo/soap/types/alertm.rb', line 1867 def log @log end |
#report ⇒ Object
Returns the value of attribute report.
1868 1869 1870 |
# File 'lib/virtuozzo/soap/types/alertm.rb', line 1868 def report @report end |