Class: Virtuozzo::SOAP::Types::Envm::PackageType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Envm::PackageType
- Defined in:
- lib/virtuozzo/soap/types/envm.rb
Overview
Direct Known Subclasses
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.
-
#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) ⇒ PackageType
constructor
A new instance of PackageType.
Constructor Details
#initialize(name = nil, summary = nil, os = nil, description = nil, arch = nil, version = nil) ⇒ PackageType
Returns a new instance of PackageType.
1425 1426 1427 1428 1429 1430 1431 1432 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 1425 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
#arch ⇒ Object
Returns the value of attribute arch.
1422 1423 1424 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 1422 def arch @arch end |
#description ⇒ Object
Returns the value of attribute description.
1421 1422 1423 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 1421 def description @description end |
#name ⇒ Object
Returns the value of attribute name.
1418 1419 1420 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 1418 def name @name end |
#os ⇒ Object
Returns the value of attribute os.
1420 1421 1422 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 1420 def os @os end |
#summary ⇒ Object
Returns the value of attribute summary.
1419 1420 1421 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 1419 def summary @summary end |
#version ⇒ Object
Returns the value of attribute version.
1423 1424 1425 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 1423 def version @version end |