Class: Virtuozzo::SOAP::Types::Packagem::Package_debType
- Inherits:
-
Package_linuxType
- Object
- PackageType
- Package_linuxType
- Virtuozzo::SOAP::Types::Packagem::Package_debType
- Defined in:
- lib/virtuozzo/soap/types/packagem.rb
Overview
Instance Attribute Summary collapse
-
#arch ⇒ Object
Returns the value of attribute arch.
-
#description ⇒ Object
Returns the value of attribute description.
-
#name ⇒ Object
Returns the value of attribute name.
-
#os ⇒ Object
Returns the value of attribute os.
-
#path ⇒ Object
Returns the value of attribute path.
-
#summary ⇒ Object
Returns the value of attribute summary.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#initialize(name = nil, summary = nil, os = nil, description = nil, arch = nil, version = nil, path = nil) ⇒ Package_debType
constructor
A new instance of Package_debType.
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
#arch ⇒ Object
Returns the value of attribute arch.
1989 1990 1991 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1989 def arch @arch end |
#description ⇒ Object
Returns the value of attribute description.
1988 1989 1990 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1988 def description @description end |
#name ⇒ Object
Returns the value of attribute name.
1985 1986 1987 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1985 def name @name end |
#os ⇒ Object
Returns the value of attribute os.
1987 1988 1989 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1987 def os @os end |
#path ⇒ Object
Returns the value of attribute path.
1991 1992 1993 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1991 def path @path end |
#summary ⇒ Object
Returns the value of attribute summary.
1986 1987 1988 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1986 def summary @summary end |
#version ⇒ Object
Returns the value of attribute version.
1990 1991 1992 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1990 def version @version end |