Class: Virtuozzo::SOAP::Types::Backupm::Set_periodType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Backupm::Set_periodType
- Defined in:
- lib/virtuozzo/soap/types/backupm.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.
2141 2142 2143 2144 2145 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2141 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.
2137 2138 2139 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2137 def collect @collect end |
#log ⇒ Object
Returns the value of attribute log.
2138 2139 2140 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2138 def log @log end |
#report ⇒ Object
Returns the value of attribute report.
2139 2140 2141 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2139 def report @report end |