Class: Virtuozzo::SOAP::Types::Scheduler::PackageType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Scheduler::PackageType
- Defined in:
- lib/virtuozzo/soap/types/scheduler.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.
-
#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.
1238 1239 1240 1241 1242 1243 1244 1245 |
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1238 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.
1235 1236 1237 |
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1235 def arch @arch end |
#description ⇒ Object
Returns the value of attribute description.
1234 1235 1236 |
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1234 def description @description end |
#name ⇒ Object
Returns the value of attribute name.
1231 1232 1233 |
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1231 def name @name end |
#os ⇒ Object
Returns the value of attribute os.
1233 1234 1235 |
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1233 def os @os end |
#summary ⇒ Object
Returns the value of attribute summary.
1232 1233 1234 |
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1232 def summary @summary end |
#version ⇒ Object
Returns the value of attribute version.
1236 1237 1238 |
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1236 def version @version end |