Class: Softlayer::Container::Graph

Inherits:
Entity show all
Defined in:
lib/softlayer/container/graph.rb,
lib/softlayer/container/graph/plot.rb,
lib/softlayer/container/graph/option.rb,
lib/softlayer/container/graph/plot/coordinate.rb

Defined Under Namespace

Classes: Option, Plot, 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

#base_unitObject

Returns the value of attribute base_unit.



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

def base_unit
  @base_unit
end

#end_datetimeObject

Returns the value of attribute end_datetime.



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

def end_datetime
  @end_datetime
end

#heightObject

Returns the value of attribute height.



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

def height
  @height
end

#imageObject

Returns the value of attribute image.



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

def image
  @image
end

#intervalObject

Returns the value of attribute interval.



10
11
12
# File 'lib/softlayer/container/graph.rb', line 10

def interval
  @interval
end

#metricsObject

Returns the value of attribute metrics.



11
12
13
# File 'lib/softlayer/container/graph.rb', line 11

def metrics
  @metrics
end

#normalize_flagObject

Returns the value of attribute normalize_flag.



12
13
14
# File 'lib/softlayer/container/graph.rb', line 12

def normalize_flag
  @normalize_flag
end

#optionsObject

Returns the value of attribute options.



13
14
15
# File 'lib/softlayer/container/graph.rb', line 13

def options
  @options
end

#plotsObject

Returns the value of attribute plots.



14
15
16
# File 'lib/softlayer/container/graph.rb', line 14

def plots
  @plots
end

#return_imageObject

Returns the value of attribute return_image.



15
16
17
# File 'lib/softlayer/container/graph.rb', line 15

def return_image
  @return_image
end

#start_datetimeObject

Returns the value of attribute start_datetime.



16
17
18
# File 'lib/softlayer/container/graph.rb', line 16

def start_datetime
  @start_datetime
end

#templateObject

Returns the value of attribute template.



17
18
19
# File 'lib/softlayer/container/graph.rb', line 17

def template
  @template
end

#titleObject

Returns the value of attribute title.



18
19
20
# File 'lib/softlayer/container/graph.rb', line 18

def title
  @title
end

#widthObject

Returns the value of attribute width.



19
20
21
# File 'lib/softlayer/container/graph.rb', line 19

def width
  @width
end