Class: DedicatedMonitoringStatusReturn

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

Overview

http://soapi.ovh.com/managerdedicatedMonitoringStatusReturn

Constant Summary collapse

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(disabled = nil) ⇒ DedicatedMonitoringStatusReturn

Returns a new instance of DedicatedMonitoringStatusReturn.



2199
2200
2201
# File 'lib/ovhrb/manager/manager.rb', line 2199

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

Instance Attribute Details

#disabledObject

Returns the value of attribute disabled.



2197
2198
2199
# File 'lib/ovhrb/manager/manager.rb', line 2197

def disabled
  @disabled
end