Class: Virtuozzo::SOAP::Types::Computerm::Set_periodType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Computerm::Set_periodType
- Defined in:
- lib/virtuozzo/soap/types/computerm.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.
1886 1887 1888 1889 1890 |
# File 'lib/virtuozzo/soap/types/computerm.rb', line 1886 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.
1882 1883 1884 |
# File 'lib/virtuozzo/soap/types/computerm.rb', line 1882 def collect @collect end |
#log ⇒ Object
Returns the value of attribute log.
1883 1884 1885 |
# File 'lib/virtuozzo/soap/types/computerm.rb', line 1883 def log @log end |
#report ⇒ Object
Returns the value of attribute report.
1884 1885 1886 |
# File 'lib/virtuozzo/soap/types/computerm.rb', line 1884 def report @report end |