Class: Virtuozzo::SOAP::Types::Userm::Set_periodType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Userm::Set_periodType
- Defined in:
- lib/virtuozzo/soap/types/userm.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.
1847 1848 1849 1850 1851 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 1847 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.
1843 1844 1845 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 1843 def collect @collect end |
#log ⇒ Object
Returns the value of attribute log.
1844 1845 1846 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 1844 def log @log end |
#report ⇒ Object
Returns the value of attribute report.
1845 1846 1847 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 1845 def report @report end |