Class: Virtuozzo::SOAP::Types::Packagem::Package_debType

Inherits:
Package_linuxType show all
Defined in:
lib/virtuozzo/soap/types/packagem.rb

Overview

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

name - SOAP::SOAPString
summary - SOAP::SOAPString
os - Virtuozzo::SOAP::Types::Packagem::OsType
description - SOAP::SOAPString
arch - SOAP::SOAPString
version - SOAP::SOAPString
path - SOAP::SOAPBase64

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of Package_debType.



1993
1994
1995
1996
1997
1998
1999
2000
2001
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1993

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

Instance Attribute Details

#archObject

Returns the value of attribute arch.



1989
1990
1991
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1989

def arch
  @arch
end

#descriptionObject

Returns the value of attribute description.



1988
1989
1990
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1988

def description
  @description
end

#nameObject

Returns the value of attribute name.



1985
1986
1987
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1985

def name
  @name
end

#osObject

Returns the value of attribute os.



1987
1988
1989
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1987

def os
  @os
end

#pathObject

Returns the value of attribute path.



1991
1992
1993
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1991

def path
  @path
end

#summaryObject

Returns the value of attribute summary.



1986
1987
1988
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1986

def summary
  @summary
end

#versionObject

Returns the value of attribute version.



1990
1991
1992
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1990

def version
  @version
end