Class: Softlayer::Container::Monitoring::Graph::Outputs

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/container/monitoring/graph/outputs.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

#end_dateObject

Returns the value of attribute end_date.



6
7
8
# File 'lib/softlayer/container/monitoring/graph/outputs.rb', line 6

def end_date
  @end_date
end

#graph_errorObject

Returns the value of attribute graph_error.



7
8
9
# File 'lib/softlayer/container/monitoring/graph/outputs.rb', line 7

def graph_error
  @graph_error
end

#graph_imageObject

Returns the value of attribute graph_image.



8
9
10
# File 'lib/softlayer/container/monitoring/graph/outputs.rb', line 8

def graph_image
  @graph_image
end

#start_dateObject

Returns the value of attribute start_date.



9
10
11
# File 'lib/softlayer/container/monitoring/graph/outputs.rb', line 9

def start_date
  @start_date
end