Class: IControl::System::Services::ServiceStatus

Inherits:
Base::Struct
  • Object
show all
Defined in:
lib/icontrol/system/services.rb,
lib/icontrol/system/services.rb

Overview

A struct that contains information about the status of a service.

Instance Attribute Summary collapse

Instance Attribute Details

#serviceIControl::System::Services::ServiceType

The service enumeration.

Returns:



188
189
190
# File 'lib/icontrol/system/services.rb', line 188

def service
  @service
end

#statusIControl::System::Services::ServiceStatusType

The service status.

Returns:



188
189
190
# File 'lib/icontrol/system/services.rb', line 188

def status
  @status
end