Class: Virtuozzo::SOAP::Types::Resourcem::Set_periodType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Resourcem::Set_periodType
- Defined in:
- lib/virtuozzo/soap/types/resourcem.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.
1877 1878 1879 1880 1881 |
# File 'lib/virtuozzo/soap/types/resourcem.rb', line 1877 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.
1873 1874 1875 |
# File 'lib/virtuozzo/soap/types/resourcem.rb', line 1873 def collect @collect end |
#log ⇒ Object
Returns the value of attribute log.
1874 1875 1876 |
# File 'lib/virtuozzo/soap/types/resourcem.rb', line 1874 def log @log end |
#report ⇒ Object
Returns the value of attribute report.
1875 1876 1877 |
# File 'lib/virtuozzo/soap/types/resourcem.rb', line 1875 def report @report end |