Class: Virtuozzo::SOAP::Types::EnvSamplem::Set_periodType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::EnvSamplem::Set_periodType
- Defined in:
- lib/virtuozzo/soap/types/env_samplem.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.
1813 1814 1815 1816 1817 |
# File 'lib/virtuozzo/soap/types/env_samplem.rb', line 1813 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.
1809 1810 1811 |
# File 'lib/virtuozzo/soap/types/env_samplem.rb', line 1809 def collect @collect end |
#log ⇒ Object
Returns the value of attribute log.
1810 1811 1812 |
# File 'lib/virtuozzo/soap/types/env_samplem.rb', line 1810 def log @log end |
#report ⇒ Object
Returns the value of attribute report.
1811 1812 1813 |
# File 'lib/virtuozzo/soap/types/env_samplem.rb', line 1811 def report @report end |