Class: Virtuozzo::SOAP::Types::Up2date::Set_periodType

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



715
716
717
718
719
# File 'lib/virtuozzo/soap/types/up2date.rb', line 715

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.



711
712
713
# File 'lib/virtuozzo/soap/types/up2date.rb', line 711

def collect
  @collect
end

#logObject

Returns the value of attribute log.



712
713
714
# File 'lib/virtuozzo/soap/types/up2date.rb', line 712

def log
  @log
end

#reportObject

Returns the value of attribute report.



713
714
715
# File 'lib/virtuozzo/soap/types/up2date.rb', line 713

def report
  @report
end