Class: Virtuozzo::SOAP::Types::Up2date::App_template_updateType

Inherits:
UpdateType
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/up2date.rb

Overview

http://www.swsoft.com/webservices/vza/4.0.0/vzaup2dateapp_template_updateType

id - SOAP::SOAPString
name - SOAP::SOAPBase64
description - SOAP::SOAPBase64
size - SOAP::SOAPLong
reboot - (any)
version - SOAP::SOAPString
installed_version - SOAP::SOAPString
date - (any)

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, name = nil, description = nil, size = nil, reboot = nil, version = nil, installed_version = nil, date = nil) ⇒ App_template_updateType

Returns a new instance of App_template_updateType.



403
404
405
406
407
408
409
410
411
412
# File 'lib/virtuozzo/soap/types/up2date.rb', line 403

def initialize(id = nil, name = nil, description = nil, size = nil, reboot = nil, version = nil, installed_version = nil, date = nil)
  @id = id
  @name = name
  @description = description
  @size = size
  @reboot = reboot
  @version = version
  @installed_version = installed_version
  @date = date
end

Instance Attribute Details

#dateObject

Returns the value of attribute date.



401
402
403
# File 'lib/virtuozzo/soap/types/up2date.rb', line 401

def date
  @date
end

#descriptionObject

Returns the value of attribute description.



396
397
398
# File 'lib/virtuozzo/soap/types/up2date.rb', line 396

def description
  @description
end

#idObject

Returns the value of attribute id.



394
395
396
# File 'lib/virtuozzo/soap/types/up2date.rb', line 394

def id
  @id
end

#installed_versionObject

Returns the value of attribute installed_version.



400
401
402
# File 'lib/virtuozzo/soap/types/up2date.rb', line 400

def installed_version
  @installed_version
end

#nameObject

Returns the value of attribute name.



395
396
397
# File 'lib/virtuozzo/soap/types/up2date.rb', line 395

def name
  @name
end

#rebootObject

Returns the value of attribute reboot.



398
399
400
# File 'lib/virtuozzo/soap/types/up2date.rb', line 398

def reboot
  @reboot
end

#sizeObject

Returns the value of attribute size.



397
398
399
# File 'lib/virtuozzo/soap/types/up2date.rb', line 397

def size
  @size
end

#versionObject

Returns the value of attribute version.



399
400
401
# File 'lib/virtuozzo/soap/types/up2date.rb', line 399

def version
  @version
end