Class: Virtuozzo::SOAP::Types::Up2date::Windows_system_updateType::Type

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

Overview

inner class for member: type http://www.swsoft.com/webservices/vza/4.0.0/vzaup2datetype

hotfix - (any)
servicepack - (any)
version - (any)

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(hotfix = nil, servicepack = nil, version = nil) ⇒ Type

Returns a new instance of Type.



248
249
250
251
252
# File 'lib/virtuozzo/soap/types/up2date.rb', line 248

def initialize(hotfix = nil, servicepack = nil, version = nil)
  @hotfix = hotfix
  @servicepack = servicepack
  @version = version
end

Instance Attribute Details

#hotfixObject

Returns the value of attribute hotfix.



244
245
246
# File 'lib/virtuozzo/soap/types/up2date.rb', line 244

def hotfix
  @hotfix
end

#servicepackObject

Returns the value of attribute servicepack.



245
246
247
# File 'lib/virtuozzo/soap/types/up2date.rb', line 245

def servicepack
  @servicepack
end

#versionObject

Returns the value of attribute version.



246
247
248
# File 'lib/virtuozzo/soap/types/up2date.rb', line 246

def version
  @version
end