Class: Softlayer::Monitoring::Agent::Status

Inherits:
Entity show all
Defined in:
lib/softlayer/monitoring/agent/status.rb

Defined Under Namespace

Classes: Representer

Constant Summary collapse

SERVICE =
'SoftLayer_Monitoring_Agent_Status'

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Softlayer::Model

all, all_request_for, create, find, #init_headers, parse, process_message, #request, request, service_name, #service_name, #to_hash, #to_softlayer

Methods included from Softlayer::Model::Operations

extended, #filter, included, #limit, #mask, #request_headers

Instance Attribute Details

#descriptionObject

Returns the value of attribute description.



6
7
8
# File 'lib/softlayer/monitoring/agent/status.rb', line 6

def description
  @description
end

#idObject

Returns the value of attribute id.



7
8
9
# File 'lib/softlayer/monitoring/agent/status.rb', line 7

def id
  @id
end

#nameObject

Returns the value of attribute name.



8
9
10
# File 'lib/softlayer/monitoring/agent/status.rb', line 8

def name
  @name
end

Instance Method Details

#get_objectObject



10
11
12
# File 'lib/softlayer/monitoring/agent/status.rb', line 10

def get_object
  request(:get_object, Softlayer::Monitoring::Agent::Status)
end