Class: Virtuozzo::SOAP::Types::Firewallm::OsType

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/firewallm.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

Instance Method Summary collapse

Constructor Details

#initialize(platform = nil, name = nil, version = nil, kernel = nil) ⇒ OsType

Returns a new instance of OsType.



72
73
74
75
76
77
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 72

def initialize(platform = nil, name = nil, version = nil, kernel = nil)
  @platform = platform
  @name = name
  @version = version
  @kernel = kernel
end

Instance Attribute Details

#kernelObject

Returns the value of attribute kernel.



70
71
72
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 70

def kernel
  @kernel
end

#nameObject

Returns the value of attribute name.



68
69
70
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 68

def name
  @name
end

#platformObject

Returns the value of attribute platform.



67
68
69
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 67

def platform
  @platform
end

#versionObject

Returns the value of attribute version.



69
70
71
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 69

def version
  @version
end