Class: Virtuozzo::SOAP::Types::Licensem::OsType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Licensem::OsType
- Defined in:
- lib/virtuozzo/soap/types/licensem.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.
52 53 54 55 56 57 |
# File 'lib/virtuozzo/soap/types/licensem.rb', line 52 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.
50 51 52 |
# File 'lib/virtuozzo/soap/types/licensem.rb', line 50 def kernel @kernel end |
#name ⇒ Object
Returns the value of attribute name.
48 49 50 |
# File 'lib/virtuozzo/soap/types/licensem.rb', line 48 def name @name end |
#platform ⇒ Object
Returns the value of attribute platform.
47 48 49 |
# File 'lib/virtuozzo/soap/types/licensem.rb', line 47 def platform @platform end |
#version ⇒ Object
Returns the value of attribute version.
49 50 51 |
# File 'lib/virtuozzo/soap/types/licensem.rb', line 49 def version @version end |