Class: RtmSystemKernelStruct

Inherits:
Object
  • Object
show all
Defined in:
lib/ovhrb/manager/manager.rb

Overview

http://soapi.ovh.com/managerrtmSystemKernelStruct

Constant Summary collapse

@@schema_type =
"rtmSystemKernelStruct"
@@schema_ns =
"http://soapi.ovh.com/manager"
@@schema_element =
[["version", ["SOAP::SOAPString", XSD::QName.new(nil, "version")]], ["current", ["SOAP::SOAPString", XSD::QName.new(nil, "current")]], ["current_26", ["SOAP::SOAPString", XSD::QName.new(nil, "current_26")]], ["current_ipv6", ["SOAP::SOAPString", XSD::QName.new(nil, "current_ipv6")]], ["release", ["SOAP::SOAPString", XSD::QName.new(nil, "release")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(version = nil, current = nil, current_26 = nil, current_ipv6 = nil, release = nil) ⇒ RtmSystemKernelStruct

Returns a new instance of RtmSystemKernelStruct.



2875
2876
2877
2878
2879
2880
2881
# File 'lib/ovhrb/manager/manager.rb', line 2875

def initialize(version = nil, current = nil, current_26 = nil, current_ipv6 = nil, release = nil)
  @version = version
  @current = current
  @current_26 = current_26
  @current_ipv6 = current_ipv6
  @release = release
end

Instance Attribute Details

#currentObject

Returns the value of attribute current.



2870
2871
2872
# File 'lib/ovhrb/manager/manager.rb', line 2870

def current
  @current
end

#current_26Object

Returns the value of attribute current_26.



2871
2872
2873
# File 'lib/ovhrb/manager/manager.rb', line 2871

def current_26
  @current_26
end

#current_ipv6Object

Returns the value of attribute current_ipv6.



2872
2873
2874
# File 'lib/ovhrb/manager/manager.rb', line 2872

def current_ipv6
  @current_ipv6
end

#releaseObject

Returns the value of attribute release.



2873
2874
2875
# File 'lib/ovhrb/manager/manager.rb', line 2873

def release
  @release
end

#versionObject

Returns the value of attribute version.



2869
2870
2871
# File 'lib/ovhrb/manager/manager.rb', line 2869

def version
  @version
end