Class: Softlayer::Hardware::Component::RemoteManagement::Command

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/hardware/component/remote_management/command.rb,
lib/softlayer/hardware/component/remote_management/command/request.rb

Defined Under Namespace

Classes: Representer, Request

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

#key_nameObject

Returns the value of attribute key_name.



7
8
9
# File 'lib/softlayer/hardware/component/remote_management/command.rb', line 7

def key_name
  @key_name
end

#request_countObject

Returns the value of attribute request_count.



8
9
10
# File 'lib/softlayer/hardware/component/remote_management/command.rb', line 8

def request_count
  @request_count
end

#requestsObject

Returns the value of attribute requests.



9
10
11
# File 'lib/softlayer/hardware/component/remote_management/command.rb', line 9

def requests
  @requests
end