Class: RpsGetIOStatsDetailRawStruct

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

Overview

http://soapi.ovh.com/managerrpsGetIOStatsDetailRawStruct

Constant Summary collapse

@@schema_type =
"rpsGetIOStatsDetailRawStruct"
@@schema_ns =
"http://soapi.ovh.com/manager"
@@schema_element =
[["raw", ["SOAP::SOAPString", XSD::QName.new(nil, "raw")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(raw = nil) ⇒ RpsGetIOStatsDetailRawStruct

Returns a new instance of RpsGetIOStatsDetailRawStruct.



1828
1829
1830
# File 'lib/ovhrb/manager/manager.rb', line 1828

def initialize(raw = nil)
  @raw = raw
end

Instance Attribute Details

#rawObject

Returns the value of attribute raw.



1826
1827
1828
# File 'lib/ovhrb/manager/manager.rb', line 1826

def raw
  @raw
end