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

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/hardware/component/remote_management/command/request.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

#create_dateObject

Returns the value of attribute create_date.



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

def create_date
  @create_date
end

#hardwareObject

Returns the value of attribute hardware.



11
12
13
# File 'lib/softlayer/hardware/component/remote_management/command/request.rb', line 11

def hardware
  @hardware
end

#hardware_idObject

Returns the value of attribute hardware_id.



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

def hardware_id
  @hardware_id
end

#modify_dateObject

Returns the value of attribute modify_date.



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

def modify_date
  @modify_date
end

#network_componentObject

Returns the value of attribute network_component.



12
13
14
# File 'lib/softlayer/hardware/component/remote_management/command/request.rb', line 12

def network_component
  @network_component
end

#processedObject

Returns the value of attribute processed.



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

def processed
  @processed
end

#remote_management_commandObject

Returns the value of attribute remote_management_command.



13
14
15
# File 'lib/softlayer/hardware/component/remote_management/command/request.rb', line 13

def remote_management_command
  @remote_management_command
end

#userObject

Returns the value of attribute user.



14
15
16
# File 'lib/softlayer/hardware/component/remote_management/command/request.rb', line 14

def user
  @user
end