Class: Softlayer::Container::Graph::Plot::Coordinate

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

#x_valueObject

Returns the value of attribute x_value.



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

def x_value
  @x_value
end

#y_valueObject

Returns the value of attribute y_value.



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

def y_value
  @y_value
end

#z_valueObject

Returns the value of attribute z_value.



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

def z_value
  @z_value
end