Class: Virtuozzo::SOAP::Types::Scheduler::OsType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Scheduler::OsType
- Defined in:
- lib/virtuozzo/soap/types/scheduler.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/typesosType
platform - SOAP::SOAPString
name - SOAP::SOAPString
version - SOAP::SOAPString
kernel - SOAP::SOAPString
Instance Attribute Summary collapse
-
#kernel ⇒ Object
Returns the value of attribute kernel.
-
#name ⇒ Object
Returns the value of attribute name.
-
#platform ⇒ Object
Returns the value of attribute platform.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#initialize(platform = nil, name = nil, version = nil, kernel = nil) ⇒ OsType
constructor
A new instance of OsType.
Constructor Details
#initialize(platform = nil, name = nil, version = nil, kernel = nil) ⇒ OsType
Returns a new instance of OsType.
170 171 172 173 174 175 |
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 170 def initialize(platform = nil, name = nil, version = nil, kernel = nil) @platform = platform @name = name @version = version @kernel = kernel end |
Instance Attribute Details
#kernel ⇒ Object
Returns the value of attribute kernel.
168 169 170 |
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 168 def kernel @kernel end |
#name ⇒ Object
Returns the value of attribute name.
166 167 168 |
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 166 def name @name end |
#platform ⇒ Object
Returns the value of attribute platform.
165 166 167 |
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 165 def platform @platform end |
#version ⇒ Object
Returns the value of attribute version.
167 168 169 |
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 167 def version @version end |