Class: Virtuozzo::SOAP::Types::Packagem::Set_periodType

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



377
378
379
380
381
# File 'lib/virtuozzo/soap/types/packagem.rb', line 377

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.



373
374
375
# File 'lib/virtuozzo/soap/types/packagem.rb', line 373

def collect
  @collect
end

#logObject

Returns the value of attribute log.



374
375
376
# File 'lib/virtuozzo/soap/types/packagem.rb', line 374

def log
  @log
end

#reportObject

Returns the value of attribute report.



375
376
377
# File 'lib/virtuozzo/soap/types/packagem.rb', line 375

def report
  @report
end