Class: Softlayer::Container::Ticket::GraphInputs

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



5
6
7
# File 'lib/softlayer/container/ticket/graph_inputs.rb', line 5

def end_date
  @end_date
end

#network_interface_idObject

Returns the value of attribute network_interface_id.



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

def network_interface_id
  @network_interface_id
end

#podObject

Returns the value of attribute pod.



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

def pod
  @pod
end

#server_nameObject

Returns the value of attribute server_name.



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

def server_name
  @server_name
end

#start_dateObject

Returns the value of attribute start_date.



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

def start_date
  @start_date
end