Class: Virtuozzo::SOAP::Types::Envm::Set_periodType

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/envm.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

Instance Method Summary collapse

Constructor Details

#initialize(collect = nil, log = nil, report = nil) ⇒ Set_periodType

Returns a new instance of Set_periodType.



2554
2555
2556
2557
2558
# File 'lib/virtuozzo/soap/types/envm.rb', line 2554

def initialize(collect = nil, log = nil, report = nil)
  @collect = collect
  @log = log
  @report = report
end

Instance Attribute Details

#collectObject

Returns the value of attribute collect.



2550
2551
2552
# File 'lib/virtuozzo/soap/types/envm.rb', line 2550

def collect
  @collect
end

#logObject

Returns the value of attribute log.



2551
2552
2553
# File 'lib/virtuozzo/soap/types/envm.rb', line 2551

def log
  @log
end

#reportObject

Returns the value of attribute report.



2552
2553
2554
# File 'lib/virtuozzo/soap/types/envm.rb', line 2552

def report
  @report
end