Class: Virtuozzo::SOAP::Types::Up2date::UpdateType

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

Overview

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

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) ⇒ UpdateType

Returns a new instance of UpdateType.



157
158
159
160
161
162
163
164
165
166
# File 'lib/virtuozzo/soap/types/up2date.rb', line 157

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.



155
156
157
# File 'lib/virtuozzo/soap/types/up2date.rb', line 155

def date
  @date
end

#descriptionObject

Returns the value of attribute description.



150
151
152
# File 'lib/virtuozzo/soap/types/up2date.rb', line 150

def description
  @description
end

#idObject

Returns the value of attribute id.



148
149
150
# File 'lib/virtuozzo/soap/types/up2date.rb', line 148

def id
  @id
end

#installed_versionObject

Returns the value of attribute installed_version.



154
155
156
# File 'lib/virtuozzo/soap/types/up2date.rb', line 154

def installed_version
  @installed_version
end

#nameObject

Returns the value of attribute name.



149
150
151
# File 'lib/virtuozzo/soap/types/up2date.rb', line 149

def name
  @name
end

#rebootObject

Returns the value of attribute reboot.



152
153
154
# File 'lib/virtuozzo/soap/types/up2date.rb', line 152

def reboot
  @reboot
end

#sizeObject

Returns the value of attribute size.



151
152
153
# File 'lib/virtuozzo/soap/types/up2date.rb', line 151

def size
  @size
end

#versionObject

Returns the value of attribute version.



153
154
155
# File 'lib/virtuozzo/soap/types/up2date.rb', line 153

def version
  @version
end