Class: Softlayer::Container::RemoteManagement::SensorReadingsWithGraphs

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/container/remote_management/sensor_readings_with_graphs.rb

Defined Under Namespace

Classes: Representer

Instance Attribute Summary collapse

Method Summary

Methods inherited from 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 Model::Operations

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

Instance Attribute Details

#raw_dataObject

Returns the value of attribute raw_data.



5
6
7
# File 'lib/softlayer/container/remote_management/sensor_readings_with_graphs.rb', line 5

def raw_data
  @raw_data
end

#speed_graphsObject

Returns the value of attribute speed_graphs.



6
7
8
# File 'lib/softlayer/container/remote_management/sensor_readings_with_graphs.rb', line 6

def speed_graphs
  @speed_graphs
end

#temperature_graphsObject

Returns the value of attribute temperature_graphs.



7
8
9
# File 'lib/softlayer/container/remote_management/sensor_readings_with_graphs.rb', line 7

def temperature_graphs
  @temperature_graphs
end