Class: Virtuozzo::SOAP::Types::Up2date::PackageType

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

Overview

http://www.swsoft.com/webservices/vzl/4.0.0/typespackageType

name - SOAP::SOAPString
summary - SOAP::SOAPString
os - Virtuozzo::SOAP::Drivers::Up2date::OsType
description - SOAP::SOAPString
arch - SOAP::SOAPString
version - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, summary = nil, os = nil, description = nil, arch = nil, version = nil) ⇒ PackageType

Returns a new instance of PackageType.



1912
1913
1914
1915
1916
1917
1918
1919
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1912

def initialize(name = nil, summary = nil, os = nil, description = nil, arch = nil, version = nil)
  @name = name
  @summary = summary
  @os = os
  @description = description
  @arch = arch
  @version = version
end

Instance Attribute Details

#archObject

Returns the value of attribute arch.



1909
1910
1911
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1909

def arch
  @arch
end

#descriptionObject

Returns the value of attribute description.



1908
1909
1910
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1908

def description
  @description
end

#nameObject

Returns the value of attribute name.



1905
1906
1907
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1905

def name
  @name
end

#osObject

Returns the value of attribute os.



1907
1908
1909
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1907

def os
  @os
end

#summaryObject

Returns the value of attribute summary.



1906
1907
1908
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1906

def summary
  @summary
end

#versionObject

Returns the value of attribute version.



1910
1911
1912
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1910

def version
  @version
end