Class: Virtuozzo::SOAP::Types::Envm::OsType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Envm::OsType
- Defined in:
- lib/virtuozzo/soap/types/envm.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.
99 100 101 102 103 104 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 99 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.
97 98 99 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 97 def kernel @kernel end |
#name ⇒ Object
Returns the value of attribute name.
95 96 97 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 95 def name @name end |
#platform ⇒ Object
Returns the value of attribute platform.
94 95 96 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 94 def platform @platform end |
#version ⇒ Object
Returns the value of attribute version.
96 97 98 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 96 def version @version end |